MSCEWI5017
TYPED TABLES ARE NOT SUPPORTED.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
High
Description
The use of Typed Tables are not supported in Snowflake.
Example Code
Input Code:
CREATE TABLE Student OF Student_t UNDER Person
INHERIT SELECT PRIVILEGES;
Output Code:
----** MSC-ERROR - MSCEWI5017 - TYPED TABLES ARE NOT SUPPORTED **
--CREATE TABLE Student OF Student_t UNDER Person
--INHERIT SELECT PRIVILEGES
Recommendations
If this error happens is because there is no Snowflake equivalent for the node that is being converted.
If you need more support, you can email us at [email protected]
Last updated