Snowflake · Arazzo Workflow
Snowflake Clone a Database and Verify
Version 1.0.0
Clone an existing database into a new database, then describe the clone to confirm it.
Provider
Workflows
clone-database-and-verify
Clone a source database into a new database, then fetch the clone to confirm.
Chains cloneDatabase and fetchDatabase so a database is cloned and the new clone is verified by describing it.
1
cloneDatabase
cloneDatabase
Clone the source database into the target database name.
2
fetchClone
fetchDatabase
Describe the cloned database to confirm it was created.