MSCEWI4048
Alter Table translation planned to be delivered in the future.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
This EWI is added when SnowConvert detects instances of ALTER TABLE statements. The ALTER TABLE is supported by Snowflake, but its transformation is not supported by SnowConvert at this moment. This kind of statements should be migrated manually if there are ocurrences in the source code.
Code Example
Input Code:
Output Code:
Recommendations
Use a regular expression in order to match the ALTER TABLE pattern and remove the invalid syntax in Snowflake. For example:
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated