Snowflake · Arazzo Workflow
Snowflake Create a Table and a Change Stream On It
Version 1.0.0
Create a table, create a stream that tracks changes to it, then describe the stream.
Provider
Workflows
create-stream-on-table
Create a table, create a stream tracking it, then fetch the stream to confirm.
Chains createTable, createStream, and fetchStream so a source table is provisioned, a change stream is created against it, and the stream is verified, all scoped to the same database and schema.
1
createTable
createTable
Create the source table that the stream will track.
2
createStream
createStream
Create the stream that tracks changes to the source table.
3
fetchStream
fetchStream
Describe the stream to confirm it was created and read back its source.
Source API Descriptions
openapi