Snowflake · Arazzo Workflow
Snowflake Create Table and Insert Rows via SQL
Version 1.0.0
Run a CREATE TABLE DDL statement, then run an INSERT statement against it.
View Spec
View on GitHub
DataData WarehouseData LakehouseCloud Data PlatformAnalyticsArtificial IntelligenceData EngineeringData GovernanceSQLApache IcebergModel Context ProtocolT1ArazzoWorkflows
Provider
Workflows
create-table-and-insert-via-sql
Create a table with a DDL statement, then insert rows with a second statement.
Submits a CREATE TABLE statement followed by an INSERT statement through the SQL API, chaining the two so the insert runs only after the create returns a successful result.
1
createTable
Submit the CREATE TABLE DDL statement. A 200 indicates the table was created successfully.
2
insertRows
Submit the INSERT statement against the newly created table. A 200 returns execution stats including the number of rows inserted.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.