metabase-clickhouse-driver
metabase-clickhouse-driver copied to clipboard
ClickHouse database driver for the Metabase business intelligence front-end
## Enhance ClickHouse Driver to Support JSON Parsing ### Introduction - **Brief Description**: Proposal to add JSON parsing support to the ClickHouse driver in Metabase. - **Motivation**: ClickHouse has robust...
See [the driver changelog for 0.50.0](https://github.com/metabase/metabase/blob/v1.50.0/docs/developers-guide/driver-changelog.md?plain=1#L57-L59). The `:window-functions/offset` (offset window functions) Metabase feature is currently disabled, as the default Metabase implementation is incompatible with ClickHouse; the tests showed that the...
### Describe the bug JDBC version is expected to be set in client name. actual result: `metabase/1.3.3/unknown (Linux/6.1.0-12-amd64; OpenJDK 64-Bit Server VM/Temurin-11.0.22+7; HttpURLConnection; rv:unknown)`
### Describe the bug Not sure if this is something that the metabase-clickhouse-driver can fix or if it needs to be reported to [metabase/metabase](https://github.com/metabase/metabase). We recently upgraded ClickHouse from 24.1...
### Describe the bug We noticed that if the database inside a clichouse instance is renamed or deleted the Clichouse driver starts logging about 5 million lines every 5 minutes...
### Describe the bug _x-posted from [here](https://github.com/metabase/metabase/issues/48652)_ Using both - a wildcard inside a Clickhouse S3 Parquet query - a Metabase template variable breaks all queries with the error `Expected...
### Describe the bug After upgrading to the latest version of Metabase, clickhouse and clickhouse Driver I started getting an error to sync tables. Metabase display charts but table syncing...
### Describe the bug I am having problems since a few days with the Metabase driver. It seems that the columns with type Nested cannot be queried from Metabase and...
### Describe the bug ### Steps to reproduce Upgraded Metabase to 0.53.6 with driver 1.53.2 and the driver is unable to initialise. ### Expected behaviour Driver should work as no...
Hi! In our environment we use Clickhouse as DWH, Metabase as BI, DBT as a tool for building analytical marts. DBT creates temporary views during its work. These views can...