Code Conversion - Conversion Issues (EWIs)¶
When a piece of code cannot be completely converted, an Error, Warning, and Issue (EWI) is generated. Each EWI negatively affects the conversion rate of a code unit. Conversion difficulties may arise for various reasons.
- The feature has not been implemented in the conversion tool yet.
- Required dependent code is missing for the conversion rule to work.
- An equivalent statement is not available in Snowflake, or a User-Defined Function (UDF) has not been created to provide similar functionality.