Snowflake · Arazzo Workflow
Snowflake Create Schema and Table
Version 1.0.0
Create a schema in an existing database, add a table, then describe the table.
Provider
Workflows
create-schema-and-table
Create a schema, create a table within it, then fetch the table to confirm.
Creates a schema in an existing database, creates a table within that schema, and describes the table, chaining the database and schema names from inputs through every step.
1
createSchema
createSchema
Create the schema in the existing database.
2
createTable
createTable
Create the table inside the newly created schema.
3
fetchTable
fetchTable
Describe the table to read back its persisted definition.
Source API Descriptions
openapi