fga write --file
should not always display the imported tuples
#376
Labels
fga write --file
should not always display the imported tuples
#376
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: