We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fga write --file
When you import a large number of tuples, seeing all the importing ones at the end of the import process is not practical.
We should either stop returning imported tuples and only return the failed ones, or add a new option like
fga write --file tuples.yaml --hide-imported-tuples
We should also display a summary of the total number of imported/failed tuples if possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you import a large number of tuples, seeing all the importing ones at the end of the import process is not practical.
We should either stop returning imported tuples and only return the failed ones, or add a new option like
fga write --file tuples.yaml --hide-imported-tuples
We should also display a summary of the total number of imported/failed tuples if possible.
The text was updated successfully, but these errors were encountered: