MSCEWI5018

STAGING 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 Staging Tables is not supported in Snowflake.

Example Code

Input Code:

 CREATE TABLE emp_summary_s FOR emp_summary 
 PROPAGATE INMEDIATE;

Output Code:

----** MSC-ERROR - MSCEWI5018 - STAGING TABLES ARE NOT SUPPORTED **
--CREATE TABLE emp_summary_s FOR emp_summary 
--PROPAGATE INMEDIATE;

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 snowconvert-support@snowflake.com

Last updated