MSCEWI4014
With partitions clause in a truncate statement is not supported
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
This EWI is added when SnowConvert finds a TRUNCATE TABLE statement that contains a WITH PARTITIONS clause.
WITH PARTITIONS is not supported in Snowflake, and the behavior of TRUNCATE TABLE without it is not the intended behavior that the original code had. For this reason, the entire TRUNCATE TABLE statement is commented out.
Code Example
Input Code:
Output Code:
Recommendations
No additional user actions are required, it is just informative.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated