MSCEWI1073
Pending Functional Equivalence Review
Medium
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.
CREATE TABLE IF NOT EXISTS T1(
COL1 VARCHAR(1)
);
CREATE TABLE IF NOT EXISTS /*** MSC-ERROR - MSCEWI1073 - PENDING FUNCTIONAL EQUIVALENCE REVIEW FOR 'IfNotExists' NODE ***/ PUBLIC.T1 (
COL1 VARCHAR(1)
);
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 9mo ago