Hi all
# spicedb
n
Hi all I have multiple schemas present in different files. But when I am running the WriteSchema method using go-client, it is just overwriting the schema.
Copy code
Write overwrites the current Object Definitions for a Permissions System.
Is there a way to handle different schemas from different files?
v
Hi, no this is not currently supported. See https://github.com/authzed/spicedb/issues/1437
j
we recommend combining files via your CI for the time being
n
Oh okay
Thank you!
2 Views