Releases: dacort/metabase-athena-driver
v1.5.1 - Athena v3 Bugfix
v1.5.1 makes a minor change to address Athena v3 compatibility.
v1.5.x has been tested with Metabase v0.44.6 and adds support for choosing a different data source than the default AwsDataCatalog
.
In addition, the Athena JDBC driver has been upgraded to version 2.0.33.
🙏 Thanks to folks that use this driver!
Install it by downloading athena.metabase-driver.jar
to a plugins/
folder wherever you are running Metabase from.
You can also run it easily with a pre-built container image:
docker run -p 3000:3000 ghcr.io/dacort/metabase-athena-driver:1.5.1
Happy queries!
What's Changed
- Remove timestamp casts from date_add #116
Full Changelog: v1.5.0...v1.5.1
v1.5.0 - Metabase v0.44 Support
v1.5.0 has been tested with Metabase v0.44.6 and adds support for choosing a different data source than the default AwsDataCatalog
.
In addition, the Athena JDBC driver has been upgraded to version 2.0.33.
🙏 Thanks to folks that use this driver!
Install it by downloading athena.metabase-driver.jar
to a plugins/
folder wherever you are running Metabase from.
You can also run it easily with a pre-built container image:
docker run -p 3000:3000 ghcr.io/dacort/metabase-athena-driver:1.5.0
Happy queries!
What's Changed
- Implementation of Catalog selection 🙌 #107
- Update Athena JDBC driver version 2.0.33 #110
- Account for Iceberg tables which have spaces in the struct definitions #113
Full Changelog: v1.4.0...v1.5.0
v1.4.0 - Metabase v0.43 and Percentile Support
v1.4.0 has been tested with Metabase v0.43.1 and adds support for percentile
and median
functions in the Metabase Question Builder.
🙏 Thanks to folks that use this driver!
💁♂️ Please note: This driver has only been tested with Metabase v0.43.1
Install it by downloading athena.metabase-driver.jar
to a plugins/
folder wherever you are running Metabase from.
You can also run it easily with a pre-built container image:
docker run -p 3000:3000 ghcr.io/dacort/metabase-athena-driver:1.4.0
Happy queries!
What's Changed
Full Changelog: v1.3.1...v1.4.0
v1.3.1 - Fix for advanced options
v1.3.1 adds a fix to show the new "Advanced Options" section when creating a new database.
🙏 Thanks to folks that use this driver!
💁♂️ Please note: This driver has only been tested with Metabase v0.42.0
Install it by downloading athena.metabase-driver.jar
to a plugins/
folder wherever you are running Metabase from.
You can also run it easily with a pre-built container image:
docker run -p 3000:3000 ghcr.io/dacort/metabase-athena-driver:1.3.1
Happy queries!
What's Changed
- Update plugin YAML to use new advanced-option plugin fields by @abhilater in #98
New Contributors
- @abhilater made their first contribution in #98
Full Changelog: v1.3.0...v1.3.1
v1.3.0 - Metabase v0.42.0 Support
v1.3.0 adds support for the most recent version (v0.42.0) of Metabase.
🙏 Thanks to folks that use this driver!
💁♂️ Please note: This driver has only been tested with Metabase v0.42.0
Install it by downloading athena.metabase-driver.jar
to a plugins/
folder wherever you are running Metabase from.
You can also run it easily with a pre-built container image:
docker run -p 3000:3000 ghcr.io/dacort/metabase-athena-driver:1.3.0
Happy queries!
What's Changed
Full Changelog: v1.2.2...v1.3.0
v1.2.2 - Add support for MANAGED tables
v1.2.2 adds support for retrieving managed tables. Thanks @jpugliesi!
🙏 Thanks to folks that use this driver!
💁♂️ Please note: This driver has only been tested with Metabase v0.41.1
Install it by downloading athena.metabase-driver.jar
to a plugins/
folder wherever you are running Metabase from. Happy queries!
v1.2.1 - Fix for float division
v1.2.0 did not include #60 unfortunately. This release includes an updated jar with the actual fix.
🙏 Thanks to folks that use this driver!
💁♂️ Please note: This driver has only been tested with Metabase v0.38.5.
Install it by downloading athena.metabase-driver.jar
to a plugins/
folder wherever you are running Metabase from. Happy queries!
v1.2.0 - Metabase v0.38 Compatibility
This release adds compatibility for Metabase v0.38.
In addition, a couple other things were snuck in:
- #60 - Fixes division of doubles (thanks @yyie)
- #69 - Additional scripting for project setup (thanks @patcon)
🙏 Thanks to folks that use this driver!
💁♂️ Please note: This driver is only compatible with Metabase v0.36.0 and up.
Install it by downloading athena.metabase-driver.jar to a plugins/ folder wherever you are running Metabase from. Happy queries!
v1.2.0 - Metabase v0.38 Compatibility
Pre-release to test Metabase v0.38 changes.
v1.1.0 - Metabase v0.36 Compatibility
Metabase v0.36 includes the ability to sort database columns using a variety of options including database default, alphabetical, or custom.
As such, drivers are now required to return a database-position
field. This release adds support for this feature and 0.36 compatibility. In addition, there's a few other changes!
- #51 - Upgrade the Athena JDBC driver to 2.0.13
- #40 - Add support for China region
- #11 - Add support for Athena views! 👏 👏
Important Note! This version of the JDBC driver requires additional permissions. Ensure your IAM user has these additional permissions:
athena:ListDataCatalogs
athena:ListDatabases
athena:ListTableMetadata
athena:GetDataCatalog
🙏 Thanks to folks that use this driver!
💁♂️ Please note: This driver is only compatible with Metabase v0.36.0 and up.
Install it by downloading athena.metabase-driver.jar
to a plugins/
folder wherever you are running Metabase from. Happy queries!