Snowflake · Arazzo Workflow
Snowflake Create Database, Verify, and Add Schema
Version 1.0.0
Create a database, describe it to confirm, then create a schema inside it.
Provider
Workflows
create-database-and-schema
Create a database, fetch it to confirm, then create a schema within it.
Creates a database, describes it to verify creation, and creates a schema inside that database, chaining the database name from inputs through all three steps.
1
createDatabase
createDatabase
Create the database using errorIfExists create mode.
2
fetchDatabase
fetchDatabase
Describe the database by name to confirm it exists before adding a schema.
3
createSchema
createSchema
Create the schema inside the confirmed database.
Source API Descriptions
openapi