github dacort/metabase-athena-driver v1.1.0
v1.1.0 - Metabase v0.36 Compatibility

latest releases: v1.5.1, v1.5.0, v1.4.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!

Don't miss a new metabase-athena-driver release

NewReleases is sending notifications on new releases.