Snowflake dropSequence

Last updated: March 26, 2026

Drops an existing sequence in Snowflake.

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 catalog (database) containing the sequence

No

schemaName

String

Name of the schema containing the sequence

No

sequenceName

String

Name of the sequence to drop

Yes

ifExists

Boolean

Don't error if the sequence doesn't exist using IF EXISTS

No

dropMode

String

CASCADE (drop dependent objects) or RESTRICT (fail if dependencies)

No

loading

loading

loading

loading