SPRKHVSQL1002

Unsupported statement in Snowflake.

Category

Error.

Description

This error message appears when a statement is not supported in Snowflake.

Input code:

REFRESH p2 PARTITION (y = 0, z = 3);

Output code:

----EWI: SPRKHVSQL1002 => HvRefresh is not supported
--REFRESH
------EWI: SPRKHVSQL1002 => HvRefresh.SqlName is not supported
--p2 PARTITION (y = 0, z = 3)
                           ;

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