SSC-FDM-TD0007
Variant column does not support collation.
Description
This message is shown when SnowConvert a Variant data type in the transformation of a code has a COLLATE clause. Since COLLATE is not supported with the data type VARIANT, it will be removed and a message will be added.
Example code
Input code:
IN -> Teradata_01.sql
Output code:
OUT -> Teradata_01.sql
The data type JSON is converted to VARIANT, while NOT CASESPECIFIC is converted to a COLLATE clause.
Recommendations
No additional user actions are required.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated