MSCEWI3002
Foreign key data type mismatch.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
This error happens when there is a mismatch in a foreign key data type.
Example Code
Input Code:
Output Code:
Note that "MyDb"."MyTable1".COL1 and "MyDb"."MyTable".COL1 are of different types and the ERROR is displayed.
Recommendations
Check for errors in the source code.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated