kovihq / sqltools-athena-driver

AWS Athena Driver for VSCode Plugin SQLTools
MIT License
6 stars 11 forks source link

Query errors messages are unsupportive #4

Closed JohniMichels closed 2 years ago

JohniMichels commented 3 years ago

If you run a

SELECT *
FROM "non-existing-schema"."non-existing-table"

The error returned is Queries of this type are not supported, but if you run in athena it responds SYNTAX_ERROR: line 2:6: Schema non-existing-schema does not exist