Snowflake · Arazzo Workflow
Snowflake Create Stage, Verify, and List Files
Version 1.0.0
Create a named stage, describe it to confirm, then list the files staged in it.
Provider
Workflows
create-stage-and-list-files
Create a stage, fetch it to confirm, then list the files in it.
Chains createStage, fetchStage, and listFiles so a stage is provisioned, verified, and inspected, all scoped to the same database and schema.
1
createStage
createStage
Create the named stage in the database and schema.
2
fetchStage
fetchStage
Describe the stage to confirm it was created.
3
listFiles
listFiles
List the files currently staged in the stage.