MSCEWI1067
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.
Severity
High
Description
This error is added when a call to a UDF (user defined function) was found inside a query. Oracle UDFs and UDFs inside packages and some SQL Server UDFs, 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
Oracle
SQL Server
Output Code
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated