MSCEWI2022
Commented out code related with dropping work or error table.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This warning is shown when a DROP
statement from fastload and multiload files is removed. The statement is only removed if the tables that are being dropped are ERROR
tables used in a BEGIN LOADING command.
Error tables are specified on fastload and multiload, but they are not needed in snowflake. Since they are created internally when used on these scripts, and not in Snowflake; the reference would not be resolved when dropping them.
Code Example
Input Code:
Output Code:
Recommendations
Functional equivalence is not affected by removing
DROP
statements applied to error tables, is just an informative warning.If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated