MSCINF0007
Exception system variables are not supported in Snowflake.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
None
Description
This EWI is added when a statement references exception variables in BigQuery because they are not supported in Snowflake, and the content of these variables is quite different from the exception variables allowed in Snowflake. For more information please refer to Handling Exceptions in Snowflake.
Code Example
Input Code:
Output Code:
Recommendations
Snowflake has three built-in variables that provide information about the exception:
SQLSTATE: This is a 5-character code modeled on the ANSI SQL standard SQLSTATE .
SQLERRM: This is an error message.
SQLCODE: This is a 5-digit signed integer.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated