-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Metabase features #183
Comments
Hello @slvrtrn. Something I recently discovered is that for date columns of specific type My company is migrating from Postgres --> ClickHouse and having the timezone + making aggregations it's important to us since many reports are build using Metabase. Not sure it it's related to #182 |
@brendavarguez, this should be fixed as of 1.2.0 with Metabase 0.47. It was related to #178. |
@brendavarguez, yes, 1.2.0 is for the upcoming 0.47, which is almost there. You could try to use 0.47-RC2 until the stable release is out. |
We've tried to switch from PostgreSQL to ClickHouse and found couple issues so far:
|
During the last year of releases, we were mainly focused on addressing the breaking changes affecting the driver and fixing bugs.
However, we were not as focused on implementing the newly introduced Metabase driver features until now. I'd like to address this, starting from #179, which is included in the latest 1.2.0 release that is intended to be used with Metabase 0.47.x.
If you have a particular feature that you are missing in the driver, please don't hesitate to react and leave a comment here, so this issue can be used as a source for ideas on what should be implemented next.
EDIT: to clarify, by the driver features I mean this:
or missing multimethod implementations.
The text was updated successfully, but these errors were encountered: