MSCEWI3050
UDF was transformed to Snowflake procedure, calling procedures inside a query is not supported.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
This EWI is deprecated. Please see MSCEWI1067 instead.
Severity
High
Description
This error is added when a call to a UDF (user defined function) is found inside a query. Oracle UDFs and UDFs inside packages are being transformed to Snowflake Stored Procedures, which can not be called from a query.
The function is transformed to a Stored procedure to maintain functional equivalence and the function call is transformed to an empty Snowflake UDF function.
Example Code
Input Code:
Declaration
Call
Output Code:
Call
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated