metabase-clickhouse-driver
metabase-clickhouse-driver copied to clipboard
ClickHouse database driver for the Metabase business intelligence front-end
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,...
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,...
Metabase should not show the internally used view tables (`.inner.VIEW_NAME`)
why do you not support foreign key?
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)`
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() =...
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.  Additionally, even for a simple `Map(String, String)` which looks OK  we cannot go into the...