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

catalogName

String

Name of the catalog (database) containing the materialized view

No

schemaName

String

Name of the schema containing the materialized view

No

viewName

String

Name of the materialized view to alter

Yes

secure

Boolean

Set the view as SECURE*

No

comment

String

Comment to set on the materialized view*

No

dataMetricSchedule

String

Schedule for data metric computation*

No

unsetSecure

Boolean

Remove the SECURE property*

No

unsetComment

Boolean

Remove the comment*

No

unsetDataMetricSchedule

Boolean

Remove the data metric schedule*

No

* Only one SET or UNSET property can be specified per change

loading

loading

loading

loading