Snowflake · Arazzo Workflow
Snowflake Create, Verify, and Refresh a Pipe
Version 1.0.0
Create a pipe with a COPY statement, describe it, then trigger a refresh to ingest files.
Provider
Workflows
create-and-refresh-pipe
Create a pipe, fetch it to confirm, then refresh it to queue staged files.
Chains createPipe, fetchPipe, and refreshPipe so a Snowpipe is provisioned with a COPY statement, verified, and then refreshed, all scoped to the same database and schema.
1
createPipe
createPipe
Create the pipe with its COPY INTO definition.
2
fetchPipe
fetchPipe
Describe the pipe to confirm it was created.
3
refreshPipe
refreshPipe
Refresh the pipe to queue staged files for ingestion.