MSCEWI5020

DATA CAPTURE IS NOT SUPPORTED

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

High

Description

The use of Data Capture is not supported in Snowflake

Example Code

Input Code:

CREATE TABLE TestTable
(
    COL1 INT
) 
DATA CAPTURE CHANGES;

Output Code:

CREATE TABLE TestTable
(
    COL1 INT
)
----** MSC-ERROR - MSCEWI5020 - DATA CAPTURE IS NOT SUPPORTED **
--DATA CAPTURE CHANGES

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