Hi everybody!
What is the recommended way to create/update schema? I'm using authzed library for python, already have everything connected.
I know that schema can be only fully rewritten. What I don't understand so far is:
1) How to keep schema up-to-date and don't break it once doing any changes?
2) Schema might be very big, are there any tips about splitting it into chunks / individual parts ? (perhaps by using multiple permission systems, if that is available for opensource solution)
Any advice or recommendation would be very helpful, thanks!