SSC-EWI-0022
One or more identifiers in a specific statement are considered parameters by default.
The EWI is only generated when Javascript is the target language for Stored Procedures. This is a deprecated translation feature, as Snowflake Scripting is the recommended target language for Stored Procedures.
Some parts in the output code are omitted for clarity reasons.
Severity
Medium
Description
This error is used to report that one or more identifiers in a specific statement are considered parameters by default.
Example Code
Input Code:
IN -> Teradata_01.sql
Output Code:
OUT -> Teradata_01.sql
Recommendations
Make sure all the dependencies(tables and views) related to the procedure statement are being migrated.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated