MSCEWI5001
WITH ROW ACCESS POLICY CLAUSE DOES NOT SUPPORT MULTIPLE DECLARATION
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This message is shown whenever SnowConvert detects multiple security label column options inside the same CREATE TABLE
clause, the security label is translated to a row access policy clause and Snowflake does not support multiple row access policy declarations. Therefore, if more than one security labels are found they will be commented out with this EWI.
Code example
Input code:
Output code:
Recommendations
Review your code and ensure that only one security label is inside the
CREATE TABLE
clauseIf you need more support, you can email us at snowconvert-support@snowflake.com
Last updated