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
By writing failed tuples to stderr, they can be collected into a file to be run again in a subsequent write command.
The expectation is to be able to call the CLI like:
fga tuple write --store-id=01H0H015178Y2V4CX10C2KGHF4 --file tuples.csv 2> failed_tuples.csv > result.json
Then it is simple to retry all failed tuples like:
fga tuple write --store-id=01H0H015178Y2V4CX10C2KGHF4 --file failed_tuples.csv
It may also be beneficial to allow the specification of an output format (e.g. json, csv, yaml).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By writing failed tuples to stderr, they can be collected into a file to be run again in a subsequent write command.
The expectation is to be able to call the CLI like:
Then it is simple to retry all failed tuples like:
It may also be beneficial to allow the specification of an output format (e.g. json, csv, yaml).
The text was updated successfully, but these errors were encountered: