MSC-BQ0002
SNAPSHOT IS NOT SUPPORTED.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
High
Description
The use of Snapshot Table is not supported in Snowflake
Code Example
Input Code:
CREATE SNAPSHOT TABLE mytablesnapshot
CLONE mytable;
Output Code:
CREATE
-- --** MSC-ERROR - BQ0002 - SNAPSHOT IS NOT SUPPORTED **
-- SNAPSHOT
TABLE mytablesnapshot CLONE mytable;
Recommendations
No additional user actions are required, it is just informative.
Add manual changes to the not transformed expression.
If you need more support, you can email us at [email protected]
Last updated