alterMaterializedViewProperties
Last updated: January 27, 2026
Alters properties of a materialized view in Snowflake, including security settings, comments, and data metric schedules. Materialized views require Snowflake Enterprise Edition or higher.
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 |
|---|---|---|---|
| String | Name of the catalog (database) containing the materialized view | No |
| String | Name of the schema containing the materialized view | No |
| String | Name of the materialized view to alter | Yes |
| Boolean | Set the view as SECURE* | No |
| String | Comment to set on the materialized view* | No |
| String | Schedule for data metric computation* | No |
| Boolean | Remove the SECURE property* | No |
| Boolean | Remove the comment* | No |
| Boolean | Remove the data metric schedule* | No |
* Only one SET or UNSET property can be specified per change