dacort / metabase-athena-driver

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

Feature Request: Cache feature of metabase for athena driver #15

Closed ravishanker404 closed 4 years ago

ravishanker404 commented 5 years ago

Currently the athena plugin does not support the caching feature of metabase.

We quite a few metric dashboards running. Problems with no cache:

We would ideally want these to be cached.

dacort commented 5 years ago

Ah, interesting, didn't realize it was something that had to be supported by the plugin. Will try to take a look soon to estimate a level of effort to support that.

dacort commented 5 years ago

@ravishanker404 I just tried this out in Metabase 0.32.5 and it seems to work.

What do your caching settings look like?

I set mine to some high values just to test and it seems to work. image

dacort commented 4 years ago

Closing this as won't fix as it looks like caching is not a driver-specific setting.