dacort / metabase-athena-driver

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

No suitable driver found for jdbc:awsathena://athena.us-west-2.amazonaws.com #34

Closed KiranPanesar closed 4 years ago

KiranPanesar commented 4 years ago

I followed the guide IAM policy, but I'm getting the following error when trying to set up the database. A POST to localhost:3000/api/database returns:

{"valid":false,"dbname":"No suitable driver found for jdbc:awsathena://athena.us-west-2.amazonaws.com:443","message":"No suitable driver found for jdbc:awsathena://athena.us-west-2.amazonaws.com:443"}

Any suggestions?

KiranPanesar commented 4 years ago

It appears that this is an issue with our AWS setup. Will close to for now.

JadCham commented 4 years ago

It looks like the Athena driver isn't working (same issue as above) on newer versions of Metabase >= 0.35.0.

I rolled back from 0.35.1 to 0.34.3 and it worked again normally.

Any thoughts @dacort? Is this an issue that should be filed on Metabase?

dacort commented 4 years ago

Hi @JadCham - Yes, the most recent release is only compatible with 0.34.x.

I added #35 (hah!) to address 0.35 compatibility and will be addressing in a week or two.

JadCham commented 4 years ago

Hi @JadCham - Yes, the most recent release is only compatible with 0.34.x.

I added #35 (hah!) to address 0.35 compatibility and will be addressing in a week or two.

That's awesome thank you!