Skip to content

v1.5.1 - Athena v3 Bugfix

Latest
Compare
Choose a tag to compare
@dacort dacort released this 06 Nov 23:19
· 1 commit to master since this release
631d746

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