Skip to main content
The Delete Tables orchestration component lets you delete a list of tables in a single operation. It generates a single DROP TABLE statement, optionally with IF EXISTS and CASCADE modifiers. Note that the Delete Tables component has more in common with the Snowflake DROP TABLE statement than the DELETE statement. For detailed information on DROP TABLE in Snowflake, refer to the Snowflake documentation. This component may be used inside a transaction. However, on rollback, deleted tables will NOT be restored.

Properties

string
required
A human-readable name for the component.
drop-down
The Snowflake warehouse. The special value [Environment Default] uses the warehouse defined in the environment. Read Snowflake’s Virtual Warehouses documentation to learn more.
drop-down
required
The Snowflake database. The special value [Environment Default] uses the database defined in the environment. Read Databases, Tables and Views - Overview to learn more.
drop-down
required
The Snowflake schema. The special value [Environment Default] uses the schema defined in the environment. Read Database, Schema, and Share DDL to learn more.
object selector
required
Select tables to delete.
boolean
required
  • Yes: If a table doesn’t exist, ignore it.
  • No: If a table doesn’t exist, generate an error.