metabase-clickhouse-driver
metabase-clickhouse-driver copied to clipboard
ClickHouse database driver for the Metabase business intelligence front-end
Currently, Github actions use a forked repository. We need to investigate whether we could check out the main repo and have several tests disabled programmatically (if it is necessary) or...
Scenario : - My clickhouse instance has 2 databases `my_lovely_db` and `my_horrid_db` - While creating a new database connection via "Admin settings", I have provided a value in "Database" field...
Hi! It is not possible right now to know, which Metabase user made a particular query to Clickhouse, as the Metabase Clickhouse driver uses one user for the connection. It...
Hey, we're running an instance of metabase pro version v1.47.8 We using clickhouse driver version: 1.2.4 On clickhouse databases the data access option `Impersonated` does not show up. On postgres...
I want to join clickhouse question result to another db table or question (Mysql) how can i do it?
Unable to start this with docker Versions ``` METABASE_VERSION: "v0.48.2" METABASE_CLICKHOUSE_DRIVER_VERSION: "1.3.2" ``` Here are the logs when it starts. Somehow it is not able to extract the zip it...
## Summary Resolves https://github.com/ClickHouse/metabase-clickhouse-driver/issues/216 Depends on https://github.com/metabase/metabase/pull/37813 (likely, 0.49.x). ## Checklist - [x] Unit and integration tests covering the common scenarios were added - [ ] A human-readable description of...
### Describe the bug We are sometimes seeing this error when loading charts on metabase via clickhouse. The error message is this ``` {"database_id":6,"started_at":"2023-10-04T14:28:57.262258Z","via":[{"status":"failed","class":"class clojure.lang.ExceptionInfo","error":"Error executing query: Code: 216. DB::Exception:...
### Describe the bug No results on specific date for datetime column ### Steps to reproduce 1. Create a table with datetime column 2. Create a date time filter 3....
### Describe the bug ### Steps to reproduce 1. Run Metabase with Clickhouse driver plugin 2. Try to add clickhouse as database 3. Error ### Expected behaviour Expect to connect...