SSC-EWI-OR0129
TYPE attribute could not be resolved.
Severity
Low
Some parts of the output code are omitted for clarity reasons.
Description
This warning appears when the TYPE
attribute referenced item could not be resolved and the referencing item's data type could not be obtained. So the VARIANT
data type will be assigned instead.
Example Code
Input Code:
IN -> Oracle_01.sql
Output Code:
OUT -> Oracle_01.sql
Recommendations
Check for the referenced item data type and replace it manually in the referencing item TYPE attribute.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated