SSC-EWI-BQ0001
Snowflake does not support the options clause.
This EWI is deprecated; please refer to SSC-EWI-0016 for the latest version of this EWI.
Severity
Medium
Description
This EWI is added to DDL statements when the OPTIONS has unsupported options by Snowflake.
Code Example
Input Code:
CREATE VIEW my_view
OPTIONS (
expiration_timestamp=TIMESTAMP "2026-01-01 00:00:00 UTC",
privacy_policy='{"aggregation_threshold_policy": {"threshold": 50, "privacy_unit_columns": "ID"}}'
) AS
SELECT column1, column2
FROM my_table;Output Code:
Recommendations
Add manual changes to the not-transformed expression.
If you need more support, you can email us at [email protected]
Last updated
