dacort / metabase-athena-driver

An Amazon Athena driver for Metabase 0.32 and later
Apache License 2.0
225 stars 32 forks source link

v0.41 Compatibility #92

Closed dacort closed 2 years ago

dacort commented 2 years ago

While the driver loads in v0.41, it does not seem to sync the tables properly. Likely due to plugin changes.

I get a few different errors, but some of them are related to a lambda function I have.

2021-11-06 04:09:58,686 WARN sync.util :: Error in sync step Sync metadata for athena Database 2 'Athena'
java.lang.ClassCastException: class java.sql.SQLException cannot be cast to class clojure.lang.Associative (java.sql.SQLException is in module java.sql of loader 'platform'; clojure.lang.Associative is in unnamed module of loader 'app')
dacort commented 2 years ago

Just kidding! It works!

Need to look more into supporting data catalogs outside the default, though. In theory, should be able to set MetadataRetrievalMethod=ProxyAPI but I think errors need to be handled better.