You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Athena on syntax error would provide proper error message as:
COLUMN_NOT_FOUND: line 2:5: Column 'id' cannot be resolved or requester is not authorized to access requested resources
I would like to be able to propagate and highlight the error in the SQL editor, by implement diagnostic reporting through the Language Server Protocol (LSP). Is it supported in the api of sqltools? Any way to accomplish this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on improving the athena plugin for sqltools: amalakar/sqltools-athena-driver#1
Athena on syntax error would provide proper error message as:
I would like to be able to propagate and highlight the error in the SQL editor, by implement diagnostic reporting through the Language Server Protocol (LSP). Is it supported in the api of sqltools? Any way to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions