SPRKHVSQL1003

Unsupported SET statement in Snowflake.

Category

Warning.

Description

This error message appears when there is an invalid SET declaration in Snowflake. An EWI will be added above of the statement.

Input code:

SET hive.groupby.orderby.position.alias = true;

Output code:

--EWI: SPRKHVSQL1003 => Snowflake does not support the following command
SET hive.groupby.orderby.position.alias = true;

Recommendation

  • For more support, you can email us at snowconvert-info@snowflake.com. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.

Last updated