alterViewProperties
Last updated: January 27, 2026
Sets or unsets properties on 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 |
|---|---|---|---|
| String | Name of the catalog (database) containing the view | No |
| String | Name of the schema containing the view | No |
| String | Name of the view to alter | Yes |
| Boolean | If true, only alters if the view exists using | No |
| Boolean | Set to | No* |
| String | New comment text to set | No* |
| Boolean | If true, removes the existing comment | No* |
*Exactly one SET or UNSET operation must be specified. Only one property can be set or unset per statement.