metabase-athena-driver
                                
                                 metabase-athena-driver copied to clipboard
                                
                                    metabase-athena-driver copied to clipboard
                            
                            
                            
                        An Amazon Athena driver for Metabase 0.32 and later
It seems that the sample policy in the readme is missing `glue:GetCatalogImportStatus` I got the following error: > Jun 22 14:32:00.128 DEBUG 699 com.simba.athena.athena.api.AJClient.checkGlueSupport: An exception was caught during AWS...
I have made a connection using the driver in metabase but it showing me all the database and tables in default AwsDataCatalog. I have created other catalogs also in athena...
We successfully connected to Athena and it works. However, Metabase continuously run queries on all the tables, including large tables we have. Here's an example: `-- Metabase SELECT "alb_logs"."vprovision"."elb_status_code" AS...
The driver currently syncs all databases and all tables - this may not be desirable behavior.
We are looking for a cross account access to Athena. I.e. our Metabase instance resides in account A, while Athena, S3 buckets and Glue Catalogs in account B within the...
The issue was fixed in Metabase with release-x.39.x https://github.com/metabase/metabase/pull/16118 but Athena driver doesn't support it yet. Error I get: `'/' cannot be applied to timestamp, integer` - same with here...
Hello, I'm currently running version 0.36.2 of Metabase and v1.2.0 of the Athena-Metabase driver. I'm frequently experiencing problems with charts not loading on the dashboard and end up with an...
Currently, when queries are built, we'll use the `user.timezone` setting. This could lead to weirdness because timestamps in Athena are UTC. For example, a simple query that tries to filter...
Is there some way to make this driver work with DynamoDb datasource, other than AWSDataCatalog?
Update IAM permissions example to exclude non-existent actions and resource specification warnings.