SPRKHVSQL1001

Unrecognized token.

Category

Error.

Description

This error message appears when a statement cannot be recognized by the migrator.

Input code:

// Intentional Parsing Error
CREATE TABLE MY_TABLE (COL1 INT ;

Output code:

-- EWI: SPRKHVSQL1001 => Unrecognized token on line 1 column 1 of the source code starting at '/'
--CREATE TABLE MY_TABLE (COL1 INT
                               ;

Recommendation

  • Please, verify if the statement compiles in the source's database engine.

  • 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