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 |
|---|---|---|---|
| String | Name of the database containing the view to rename | No |
| String | Name of the schema containing the view to rename | No |
| String | Current name of the view | Yes |
| String | Target database name (for cross-database rename) | No |
| String | Target schema name (for cross-schema rename) | No |
| String | New name for the view | Yes |
| Boolean | If true, do not throw an error if the view doesn't exist | No |