MSC-BQ0014
SnowConvert was unable to generate correct return table clause.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
High
Description
Snowflake requires a valid RETURNS TABLE clause for CREATE TABLE FUNCTION statements. SnowConvert has to build a new one from the ground up. To do this, an analysis is made to the CREATE TABLE FUNCTION query in order to properly infer the types of the columns of the resulting table, however there may be scenarios where Snowconvert currently has a limitation to be able to build the return clause properly.
These scenarios will be considered in the future, but in the meantime this error will be added.
Code Example
BigQuery
Snowflake
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated