Closed JohniMichels closed 2 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
Queries of this type are not supported
SYNTAX_ERROR: line 2:6: Schema non-existing-schema does not exist
If you run a
The error returned is
Queries of this type are not supported
, but if you run in athena it respondsSYNTAX_ERROR: line 2:6: Schema non-existing-schema does not exist