Skip to content

v1.5.0 - Metabase v0.44 Support

Compare
Choose a tag to compare
@dacort dacort released this 03 Nov 23:12
· 4 commits to master since this release
fe93480

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