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 72 metabase-clickhouse-driver issues
Sort by recently updated
recently updated
newest added

ClickHouse exception, code: 47, host: 194.182.175.90, port: 8123; Code: 47, e.displayText() = DB::Exception: Missing columns: After 30 columns the alias "source" is not used anymore Example SELECT source.id AS id,...

bug

Hi!, Thank you very much for your work. We have 2 types of tables, some are called through snake_case, others through dot.case. When you do a filter by dot.case table,...

bug
prio-medium

Metabase should not show the internally used view tables (`.inner.VIEW_NAME`)

enhancement
prio-medium

why do you not support foreign key?

[Ljava.lang.String;@3fbd63e5

enhancement
blocked-by-metabase

We should check whether the use of more complicated data types breaks the driver somehow. Candidates: * `Array(String)` * `Array(Array(UInt64))` * `Array(LowCardinality(String))` * `Enum8('foo' = 42, 'bar' = 23)`

prio-high

Zoom into a pinpoint map > ru.yandex.clickhouse.except.ClickHouseException: ClickHouse exception, code: 43, host: localhost, port: 8123; Code: 43, e.displayText() = DB::Exception: No operation lessOrEquals between Decimal(8, 6) and Float64, e.what() =...

bug

the structure is error, "Could not locate metabase/driver/clickhouse__init.class, metabase/driver/clickhouse.clj or metabase/driver/clickhouse.cljc on classpath."

ssh tunnel for internal clickhouse server access

Currently, the support for the types like `Map(String, Array(String))` seems to be limited. ![image](https://user-images.githubusercontent.com/3175289/187939649-80291d32-4add-4d47-9cc1-d0da393f8a59.png) Additionally, even for a simple `Map(String, String)` which looks OK ![image](https://user-images.githubusercontent.com/3175289/187939863-410dabca-8a8b-4529-b2aa-b8e76863af99.png) we cannot go into the...

enhancement