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

catalogName

String

Name of the database containing the schema

No

schemaName

String

Name of the schema to drop

Yes

ifExists

Boolean

Don't error if schema doesn't exist using IF EXISTS

No

dropMode

String

CASCADE (drop all objects) or RESTRICT (fail if not empty)

No

loading

loading

loading

loading