Snowflake dropView

Last updated: March 26, 2026

Last updated: March 25, 2026

Drops an existing Snowflake view.

Known limitations:

  • This change type does not support automatic rollback.

  • Snowflake snapshots created with Liquibase Secure 5.1 are incompatible with earlier versions due to enhanced object type detection for TABLES and VIEWS. Regenerate all snapshots with 5.1 after upgrading to avoid false differences in diff and diff-changelog operations.

Available attributes

Attribute

Type

Description

Required

catalogName

String

Name of the catalog (database) containing the view

No

schemaName

String

Name of the schema containing the view

No

viewName

String

Name of the view to drop

Yes

ifExists

Boolean

If true, only drops the view if it exists using IF EXISTS

No

loading

loading

loading

loading