SPRKSPSQL1001
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: SPRKSPSQL1001 => 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 [email protected]. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.
Last updated