SSC-FDM-0032
Parameter is not a literal value, transformation could not be fully applied
Description
For multiple transformations, SnowConvert sometimes requires to validate the contents of a parameter, which is only possible if the parameter is a literal value.
This message is generated to warn the user that SnowConvert could not retrieve the value of the parameter because it was passed by reference, causing the transformation of the function or statement to not be completed.
Example Code
Input Code (Redshift):
Output Code:
Recommendations
Try to provide the specified parameter as a literal value.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated