SSC-EWI-TS0016

Translation for ODBC Scalar function pending

circle-info

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentationarrow-up-right

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected]envelope.

Thank you for your understanding.

circle-info

Some parts of the output code are omitted for clarity reasons.

Description

This EWI is added when SnowConvert finds an ODBC Scalar function inside the input code. User-defined functions are not supported in ODBC Scalar Function.

Code Example

Input Code:

IN -> SqlServer_01.sql
SELECT {fn CURRENT_DATE_UDF()};

Output Code:

OUT -> SqlServer_01.sql
--** SSC-FDM-0007 - MISSING DEPENDENT OBJECT "CURRENT_DATE_UDF" **
SELECT
CURRENT_DATE_UDF() !!!RESOLVE EWI!!! /*** SSC-EWI-0073 - PENDING FUNCTIONAL EQUIVALENCE REVIEW FOR 'CURRENT_DATE_UDF' NODE ***/!!!!!!RESOLVE EWI!!! /*** SSC-EWI-TS0016 - USER DEFINED FUNCTIONS ARE NOT SUPPORTED IN ODBC SCALAR FUNCTION. ***/!!!;
  1. SSC-EWI-0073: Pending Functional Equivalence Review.

Recommendations

  • No additional user actions are required; it is just informative.

  • If you need more support, you can email us at [email protected]envelope

Last updated