Metabase Athena Driver Versions Save

An Amazon Athena driver for Metabase 0.32 and later

v1.5.1

1 year ago

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

Full Changelog: https://github.com/dacort/metabase-athena-driver/compare/v1.5.0...v1.5.1

v1.5.0

1 year ago

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

Full Changelog: https://github.com/dacort/metabase-athena-driver/compare/v1.4.0...v1.5.0

v1.4.0

1 year ago

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: https://github.com/dacort/metabase-athena-driver/compare/v1.3.1...v1.4.0

v1.3.1

2 years ago

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

New Contributors

Full Changelog: https://github.com/dacort/metabase-athena-driver/compare/v1.3.0...v1.3.1

v1.3.0

2 years ago

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: https://github.com/dacort/metabase-athena-driver/compare/v1.2.2...v1.3.0

v1.2.2

2 years ago

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

2 years ago

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

3 years ago

This release adds compatibility for Metabase v0.38.

In addition, a couple other things were snuck in:

🙏 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-pre1

3 years ago

Pre-release to test Metabase v0.38 changes.

v1.1.0

3 years ago

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!