Snowflake renameView

Last updated: March 26, 2026

Renames an existing Snowflake view, with support for cross-schema and cross-database moves.

Note: Automatic rollback renames the view back to original name.

Known limitation: 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

oldCatalogName

String

Name of the database containing the view to rename

No

oldSchemaName

String

Name of the schema containing the view to rename

No

oldViewName

String

Current name of the view

Yes

newCatalogName

String

Target database name (for cross-database rename)

No

newSchemaName

String

Target schema name (for cross-schema rename)

No

newViewName

String

New name for the view

Yes

ifExists

Boolean

If true, do not throw an error if the view doesn't exist

No

loading

loading

loading

loading