SSC-FDM-PG0012
NOT NULL constraint has been removed. Assigning NULL to this variable will no longer cause a failure.
Description
In Redshift, specifying the NOT NULL constraint ensures that assigning a null value to a variable results in a runtime error. Since this clause does not exist in Snowflake, it is removed during transformation and assigning a NULL to this variable will no longer fail in execution.
Code Example
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Recommendations
Review the procedure logic to ensure this variable is not assigned a
NULL
value.If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated