MSCEWI5018

STAGING TABLES ARE NOT SUPPORTED

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 [email protected]

Last updated