MSC-PG0022

Materialized view is only supported in the enterprise version of Snowflake.

triangle-exclamation

Severity

Low

Description

Please note that the functionality of materialized views is exclusively available in the enterprise version of Snowflake.

Code Example

Input Code:

COMMENT ON MATERIALIZED VIEW object_name IS 'this is a comment';

Output Code:

 --** MSC-WARNING - MSC-PG0022 - MATERIALIZED VIEW IS ONLY SUPPORTED IN THE ENTERPRISE VERSION OF SNOWFLAKE. **
 COMMENT ON MATERIALIZED VIEW object_name IS 'this is a comment';

Recommendations

Last updated