Skip to content

Releases: dacort/metabase-athena-driver

v1.5.1 - Athena v3 Bugfix

06 Nov 23:19
631d746
Compare
Choose a tag to compare

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

03 Nov 23:12
fe93480
Compare
Choose a tag to compare

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

20 May 18:44
1279257
Compare
Choose a tag to compare

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

10 Feb 18:10
7a426b8
Compare
Choose a tag to compare

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

Full Changelog: v1.3.0...v1.3.1

v1.3.0 - Metabase v0.42.0 Support

09 Feb 00:46
Compare
Choose a tag to compare

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

  • Add Dockerfile for building the project using new Metabase tools.dep by @dacort in #96

Full Changelog: v1.2.2...v1.3.0

v1.2.2 - Add support for MANAGED tables

22 Dec 06:08
50f8d7c
Compare
Choose a tag to compare

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

02 Aug 18:25
762dad2
Compare
Choose a tag to compare

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

26 Feb 23:48
762dad2
Compare
Choose a tag to compare

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

17 Feb 20:10
Compare
Choose a tag to compare
Pre-release

Pre-release to test Metabase v0.38 changes.

v1.1.0 - Metabase v0.36 Compatibility

03 Aug 05:46
Compare
Choose a tag to compare

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!