dropSchema
Last updated: January 27, 2026
Drops a schema in Snowflake with optional CASCADE/RESTRICT modes and IF EXISTS support.
Note: This change type does not support automatic rollback or database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands).
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the database containing the schema | No |
| String | Name of the schema to drop | Yes |
| Boolean | Don't error if schema doesn't exist using | No |
| String |
| No |
loading
loading
loading
loading