SSC-EWI-PG0013
Raise exception translated to user-defined stored procedure.
Severity
Medium
Description
This error is added when the Raise exception is transformed to a user-defined stored procedure.
Also be aware that Raise Exception outside an Exception Block is not supported because it requires creating a custom exception based on dynamic data, which is not supported by Snowflake. Snowflake only supports the creation of new exceptions with a literal message.
Code Example
Input Code:
IN -> Greenplum_01.sql
Output Code:
OUT -> Greenplum_01.sql
These are the UDFs used in the transformation:
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated