MSCEWI4034
RETURNS clause incomplete due to missing symbols
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
High
Description
This EWI is added to the output code when the RETURNS TABLE clause of a CREATE FUNCTION could not be properly generated. This happens when the columns that must be specified in the resulting RETURNS TABLE clause cannot be inferred by SnowConvert, thus leaving the RETURNS TABLE clause empty.
Code Example
Input Code:
Output Code:
Recommendations
The causes for this issue may vary. Be sure to include all the objects that your code needs. If the issue persists even though the migration has access to all the necessary objects, please do contact us with information about your specific scenario.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated