MSCEWI1073
Pending Functional Equivalence Review
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
This warning is added when there is a functionality in the input platform that has not been reviewed yet by the SnowConvert developer team, in order to provide support for it in Snowflake.
Example Code
Input:
CREATE TABLE IF NOT EXISTS T1(
COL1 VARCHAR(1)
);
Snowflake:
CREATE TABLE IF NOT EXISTS /*** MSC-ERROR - MSCEWI1073 - PENDING FUNCTIONAL EQUIVALENCE REVIEW FOR 'IfNotExists' NODE ***/ PUBLIC.T1 (
COL1 VARCHAR(1)
);
Recommendations
If you need more support, you can email us at [email protected]
Last updated