Snowflake · Arazzo Workflow
Snowflake Provision Database, Schema, and Table
Version 1.0.0
Create a database, create a schema inside it, then create a table inside that schema.
Provider
Workflows
provision-database-schema-table
Create a database, a schema within it, and a table within the schema.
Creates the full database to schema to table hierarchy in three chained calls across the database, schema, and table APIs, confirming each create succeeds before moving to the next level.
1
createDatabase
createDatabase
Create the database using errorIfExists create mode.
2
createSchema
createSchema
Create the schema inside the newly created database.
3
createTable
createTable
Create the table inside the newly created database and schema.
Source API Descriptions
openapi
openapi