#I need help in understanding-

1 messages · Page 1 of 1 (latest)

meager beacon
#

Hi @granite wing , in our open source when you make incremental updates to your schema in Permify, the existing relations are not automatically updated or altered by the update process itself. You will need to manually adjust or update your relations according to the new schema.

You can use Partial Schema endpoint: /v1/{tenant_id}/schemas/partial-write (https://docs.permify.co/operations/partial-schema-update#partial-schema-update-request) to do incremental schema updates.

But ensuring that your relational data (tuples) reflects these changes is a separate step, typically managed through the Data Service APIs. To update existing relations, you might need to create new relational tuples or modify existing ones to align with the updated schema. This involves using the Write Data API

For specific updates, you might also explore using contextual tuples or snap tokens if your updates involve dynamic data or need to ensure consistency across distributed systems during schema updates.