Athena views Follow
Completed
Is there a trick to getting DataGrip to show/recognize Athena's Views?
Please sign in to leave a comment.
@Dmitry Beransky
There is an issue https://youtrack.jetbrains.com/issue/DBE-6089 you can track and vote for.
@vasily chernov: I'm confused. DBE-6089 is about general (native?) Athena support by DataGrip. What's the connection between that issue and Athena Views?
Hello Dmitry,
As I understood you don't see Athena views in database tree (so you cannot use autocompletion)
DataGrip doesn't support Athena natively, it means that DataGrip asks jdbc driver to return list of all database objects (including views). And jdbc driver fails to do it.
Could you tell us what jdbc driver you use to connect Athena?
I am using an old(er) driver: 1.1.0. Would upgrading to the latest help?
@ Dmitry Beransky,
Could you try the latest Athena driver?
It the error exists, can you email me Vasily.Chernov@jetbrains.com IDE logs?
upgrading the Athena JDBC driver to the latest version fixed the issue. Thanks.