This is a deprecated version of the SnowConvert documentation, please visit the official site .
This error happens when a type is not supported in SnowFlake.
CREATE TABLE TABLE7 ( COL1 SYS.XMLTYPE);
CREATE OR REPLACE TABLE MYDB.PUBLIC.TABLE7 (
-- ** MSC-ERROR - MSCEWI1028 - TYPE NOT SUPPORTED **
-- COL1 SYS.XMLTYPE
);