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!