SSC-EWI-TD0004
Not supported SQL Exception on continue handler.
Severity
Low
Description
In Snowflake procedures there is no equivalent transformation for Teradata Continue Handler. For some supported Exception codes, Snowconvert does some treatment to emulate this behavior. This EWI is added to Continue Handler statements having an exception code that is not supported.
Example Code
Teradata:
IN -> Teradata_01.sql
Snowflake Scripting:
OUT -> Teradata_01.sql
Recommendations
Check the possible statements that can throw the exception code and encapsulate them in a similar code block as seen in Continue Handler Translation Reference.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated