SSC-EWI-RS0008
Date literal is not supported in Snowflake.
Severity
High
Description
This conversion issue is added since In Redshift you can apply the DELETE statement to materialized views used for streaming ingestion. In Snowflake, these views are transformed into dynamic tables, and the DELETE statement cannot be used on dynamic tables.
Code Example
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Recommendations
Because dynamic tables cannot be directly deleted from, you can achieve the same result by replacing the dynamic table definition.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated