MSC-BQ0004
The OPTIONS clause within View is not supported in Snowflake.
Severity
Description
Code Example
Input Code:
CREATE VIEW mView
OPTIONS(
enable_refresh = true,
refresh_interval_minutes = 20,
max_staleness = INTERVAL '4:0:0' HOUR TO SECOND,
labels=[("org_unit", "testing")]
)
AS SELECT * from table1;Output Code:
Recommendations
Last updated
