Notion · Arazzo Workflow
Notion Evolve a Database Schema and Re-Query
Version 1.0.0
Retrieve a database, add a property to its schema, then query it back to confirm the change.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
database-schema-evolution
Retrieve a database, update its property schema, then query it.
Reads a database's current schema, patches the schema with a supplied properties object, and queries the database to confirm it works under the updated schema.
1
retrieveDatabase
retrieveDatabase
Retrieve the database to read its current property schema before modifying it.
2
updateDatabase
updateDatabase
Patch the database schema with the supplied properties object, adding or modifying properties as specified.
3
verifyQuery
queryDatabase
Query the database under its new schema, returning a small page of results to confirm it is readable.