MSCEWI1029

No transformation rule found for a specific SQL node

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

Critical

Description

This issue appears when SnowConvert did not find a transformation rule for a specific SQL node from the source code.

Example Code

SQL Server

.IF ERRORCODE = ${myErrorCode} THEN .QUIT 1;

Snowflake

if snowconvert.helpers.error_code ==
'''** MSC-ERROR - MSCEWI1029 - NO TRANSFORMATION RULE FOUND FOR THIS NODE **'''
""${myErrorCode}"":

Recommendations

Last updated