SSC-EWI-0064
Referenced custom type in query not found
Severity
High
Description
This error happens when a Custom Type is referenced in a source for a DML statement, but the Custom Type was never defined. For example in a Table Column whose type might be a UDT but it was never defined.
Not to be confused with SSC-FDM-0015, which is when it was referenced in a DDL query.
Example Code
Input Code (Oracle):
Output Code:
Recommendations
Verify that the type that was referenced was defined in the input code.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated