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 when using toDate function the result is not the same as not running with toDate or with the result of running on Clickhouse-client ### Steps to...

clarification

### Describe the bug Nested JSON object are not rendered / queryable ### Steps to reproduce 1. Load a Clickhouse table containing nested objects 2. See the table / try...

enhancement

Despite ClickHouse itself featuring great time zone(s) support, these two driver features were _never enabled_: ``` :set-timezone :convert-timezone ``` There was a draft attempt from me recently, with this snippet...

enhancement

### Describe the bug I have a table that is `ReplicatedAggregatingMergeTree`, and several fields that have the type `AggregateFunction(avg, Float64)`. When querying this table via the Clickhouse CLI, I'm able...

enhancement
blocked-by-jdbc

### Describe the bug `SET` statement is not working with clustered instances See https://github.com/ClickHouse/ClickHouse/discussions/40924 ### Steps to reproduce 1. Install the latest version of driver 2. Bring up a clickhouse...

bug
blocked-by-clickhouse

- Check if it works with e.g. BigDecimal properly - Write some additional driver tests

enhancement
help wanted

**Describe the bug** Hi! When setting "Start-of-the-week" is set to "Monday" and when we use a query builder then a weekly aggregation query gets wrong result - the first day...

clarification

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...

enhancement
help wanted

Seems that doing a self join will build a query that won't work in Clickhouse: ![image](https://github.com/ClickHouse/metabase-clickhouse-driver/assets/1711649/a42ba4e3-25e8-4651-8bdc-f14a50c8e89a) sql: ![image](https://github.com/ClickHouse/metabase-clickhouse-driver/assets/1711649/f95a43e0-4368-4a17-beb7-fbe7e59fbdcf) ``` Code: 352. DB::Exception: Ambiguous column 'ecommerce.ecommerce_sanitized.event_time': While processing ecommerce.ecommerce_sanitized.event_time AS event_time....

bug

### Describe the bug When there's an error in the connection, the exception thrown is "Caused by: net.snowflake.client.jdbc.SnowflakeSQLException: Connection string is invalid. Unable to parse." ### Steps to reproduce 1)...

clarification
blocked-by-metabase