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

metabase version: 0.41.2 metabase clickhouse driver version: 0.8.0 ![image](https://user-images.githubusercontent.com/93248843/145181092-9b228276-eefe-4486-987e-b525678ad316.png) metabase REPORT TIMEZONE set `Asia/Shanghai` ![image](https://user-images.githubusercontent.com/93248843/145181544-6ef034d3-a956-41cc-b704-3d766532cab9.png) using clickhouse CLI query is normal ![image](https://user-images.githubusercontent.com/93248843/145181190-d7c42a1b-a509-42ad-8231-297e3fef3eb4.png)

bug
prio-high

i have problem with ssl: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. but metabase started with keystor java, system and java keystore have...

Running query against table at clickhouse db ends with error. Query: `select * from hits_v1 where product = 'analytics'` Metabase error: `ClickHouse exception, message: Error parsing 'true' as java.lang.Integer; For...

bug
prio-high

Hello, Not exactly a bug but more of a consultation. I don't see advanced options for clickhouse on latest 42.1 anymore, as we had on 39.X. Why and when was...

enhancement
prio-high

When doing a simple select sum() query, I can see only 1/3rd the actual data visible in metabase. When I try from superset or query directly using clickhouse client I'm...

As stated in https://github.com/ClickHouse/clickhouse-jdbc > Maven groupId ru.yandex.clickhouse and legacy JDBC driver ru.yandex.clickhouse.ClickHouseDriver are deprecated. > > Please use new groupId com.clickhouse and driver com.clickhouse.jdbc.ClickHouseDriver instead. It's highly recommended to...

enhancement
prio-high

In the Metabase database, the 'type/Decimal' changes to 'type/Text' , in the effective_type of table metabase_field

bug
prio-medium

On the Metabase db configuration page, if the host contains underscores, e.g.: `clickhouse_app`, connection attempt always results in `port is missed or wrong`. With hosts without underscores, it works like...

bug
prio-high

date filter not work when I choosed 'hour' ,error like that: Cannot convert string 2022-04-06 10:00:00 to type Date: while executing 'FUNCTION greaterOrEquals(toDate(Longdate) : 5, '2022-04-06 10:00:00' : 2) ->...

bug
prio-low

Hello! We have used metabase version v0.42.0 Built on 2022-02-08. Datasource - clickhouse. We created metamodel in this metabase and created sample question with two tables. We got error Not...

clarification