MSC-PG0022
Materialized view is only supported in the enterprise version of Snowflake.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
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
If you need more support, you can email us at [email protected]
Last updated