metabase-clickhouse-driver icon indicating copy to clipboard operation
metabase-clickhouse-driver copied to clipboard

ClickHouse database driver for the Metabase business intelligence front-end

Results 63 metabase-clickhouse-driver issues
Sort by recently updated
recently updated
newest added

### Describe the bug Clickhouse driver for Metabase currently does not support Metabase Actions ![image](https://github.com/ClickHouse/metabase-clickhouse-driver/assets/105282577/23d0c17f-4214-4a24-a1e4-d00a10baa0ca) I would love for Metabase Actions to be supported ### Steps to reproduce 1. Create...

enhancement
blocked-by-metabase

Use approach with settings for such queries: https://github.com/ClickHouse/ClickHouse/issues/50919#issuecomment-1588985090

enhancement

System info: driver version - 1.0.1 Metabase version: v0.45.2.1 My Query: `select * from user_seen_fares limit 10000` I expect 10000 rows in CSV but I get 270 on the first...

clarification

Currently, it's pretty cumbersome to run the plugin with certificates, as it requires adding JDBC options and is not user-friendly. Example of how it's done for PostgreSQL: ![image](https://user-images.githubusercontent.com/3175289/217083878-5bedd965-acab-4b40-a292-8b0b1a223497.png)

enhancement

HI! I'm using metabase version 0.44.1 with version clickhouse driver 0.8.3. Found a problem that a simple query ``` select count(distinct(orderId)) from AttributedPartnerOrders where partnerId = '...' and createdDate >=...

bug

## Summary ## Checklist Delete items not relevant to your PR: - [ ] Unit and integration tests covering the common scenarios were added - [ ] A human-readable description...

(Edited by @slvrtrn to keep track of the progress of the feature implementation). CSV uploads feature needs to support the following ClickHouse deployment types: - [ ] On-premise single node...

enhancement

### Describe the bug Hello. I didn't knew how to lable it - bug or suggestion, but IMHO this looks like a bug. I've discovered, that Field Filter doesn't work...

bug

Draft PR: this currently only supports on-premise single node deployments, but the goal is to support all deployment types. ## Summary Resolves https://github.com/ClickHouse/metabase-clickhouse-driver/issues/230 This PR adds support for the `uploads`...

### Describe the bug ### Steps to reproduce 1. install the Metabase version v0.49.2 2. install the metabase-clickhouse-driver 1.4.0 3. upgrade metabase to version 0.49.8 ### Expected behaviour ### Error...

bug