-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
store import
should return store_id, model_id, errors if tuples failed to write
#259
Labels
good first issue
Good for newcomers
Comments
I'm going to work on this one |
Thanks @edwin-Marrima! I just assigned it to you |
@edwin-Marrima I apologize, but this issue was a duplicate of this #298, which was already fixed. |
Closed as duplicated of #298 |
@aaguiarz I was implementing a version that would provide to users tuples that were/weren't successfully imported. The current version is not doing that. |
Awesome! Let's do that then :) |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you run
fga store import --file store.fga.yaml
, it always displays{}
as a result.When there's no store configured, the
fga store import
command creates a new store first.Later, the command writes a the model, and inserts the tuples.
The
store_id
is not returned, themodel_id
is not returned, and if an error happens when writing the tuples, the errors are not displayed either.The command should display:
tuple write
always does it.The text was updated successfully, but these errors were encountered: