-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Athena Views support? #11
Comments
Ah, good catch. Yes, would definitely like to support views.
|
It does but there is an issue with how the queries are built still. Currently all columns are formatted database.table.column and that doesn't work when using a view. It can't include the database. |
@jamarzka Do you have an example of how you query views using the JDBC driver? edit: Nevermind, I see what you mean.
|
Unless I misunderstand the previous comments, Athena views remain unsupported (I am unable to see any views in the database schema in Metabase). Is a PR expected for this any time soon? Would be great to be able to use Athena views. Thanks for the great work on the plugin! |
@lukealexmiller Correct, views remain unsupported. I'm in the codebase this week, so I'll try to get a level of effort for what it would take to support views, but no work is currently planned to implement them. That may change depending on the investigation. |
@dacort - Does athena view support coming soon? We are also looking to query views from metabase. |
It looks like the views are working when writing custom queries, however they are not shown as a part of the DB schema. So we are unable to create any Field Filters from the view columns, among other features. Also higher level users are unable to choose a view as a data source for a simple question. Any movement on this lately? |
I unfortunately haven't been able to get around to adding support for them yet, sorry. |
This comment has been minimized.
This comment has been minimized.
I think the right thing to do here is add Note that I'm also planning on upgrading the Athena JDBC driver and, as part of that, there's a new option to map virtual views to views. But it should be easy enough to add support for virtual views. We still need a custom |
First of all, thanks for the great plugin!
However it seems that currently the driver only support tables but not views in Athena. Is this known issue? Any plan to support Athena views?
The text was updated successfully, but these errors were encountered: