MSCEWI2077
RESET WHEN clause is not supported in this scenario due to its condition
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
SnowConvert currently only supports RESET WHEN
clauses with binary conditions (<=, >= or =). Any other type of condition, such as IS NOT NULL
, the RESET WHEN
clause will be removed and an error message will be added since it is not supported in Snowflake.
This error message also appears when the RESET WHEN
condition references an expression whose definition was not found by the migration tool. Currently, the tool supports the alias references to a column that was defined in the same query.
Example code
Condition is not binary
Input code:
Output code:
Condition expression was not found
Input code:
Output code:
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated