Replies: 1 comment
-
Hi @aaguiarz , any updates on this feature? I think this is an absolute must for openFGA in order to be able to properly update tuples |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
Describe the problem you'd like to have solved
If we want to change the context values of a tuple, I need to delete/write the tuple in the same write() call.
However, OpenFGA tries to write it first, and it returns an error as it's duplicated.
Describe the ideal solution
We should first process deletes and then writes.
Alternatives and current workarounds
Make 2 write calls in different transactions.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions