embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

Non descriptive error for COPY INTO

Open YaroslavLitvinov opened this issue 4 months ago • 0 comments

Embucket returns non descriptive error (I forgot to add quote for string), like this: SQL error: ParserError("Expected: another copy option, ; or EOF', found: EOF")

For following SQL :

COPY INTO test_copy_into_from_s3_emulator FROM s3:///upload/generated_data.csv FILE_FORMAT = (TYPE = CSV)

Expectations

I would expect it warns me about quotes or so. In Snowflake I get Table 'TEST_COPY_INTO_FROM_S3_EMULATOR' does not exist

YaroslavLitvinov avatar Jul 30 '25 19:07 YaroslavLitvinov