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

Field filter doesnt work when using MaterializedPostgreSQL Engine with materialized_postgresql_tables_list. Example query for creating database:- `CREATE DATABASE db_name ENGINE = MaterializedPostgreSQL('host:5432', 'db_nm, 'user', 'pass') SETTINGS materialized_postgresql_tables_list = 'schema_name.table_name', materialized_postgresql_tables_list_with_schema =...

bug

when group by datatime field, metabase failed: ``` ClickHouse exception, code: 215, host: xx, port: 8123; Code: 215, e.displayText() = DB::Exception: Received from xx:9000. DB::Exception: Column `first_time` is not under...

bug
clarification
prio-high

In Metabase **0.38.2** all was working excellent. Upgrading has broken display Enum. Other types works. Driver version: **0.7.5** Full trace: ``` [7436e1b1-ee71-43ef-a33d-3514e7e96085] 2021-08-29T21:33:38+03:00 ERROR metabase.sync.analyze.query-results Error generating insights for column:...

bug
prio-high

By default, our user costs 10 million lines per read. But for certain groups of users we extend this with the parameter `max_rows_to_read`. Now we use Redash, and it works...

when use the DateTime(64) field to filter,it's say between time ,it will trans error . eg 'entry_time ' is DateTime(64) , it will trans to 'entry_time >= parseDateTimeBestEffort('2021-01-15 00:00:00') '....

Right now metabase will not allow adding a connection with no username but this is a valid config.

enhancement

Hello, I am trying to use metabase and clickhouse with the metabase-clickhouse-driver, however, I can't manage to connect to the clickhouse database when using a bridge network. The metabase container...

The WITH TOTALS query runs fine but I do not see the totals output anywhere. Is it possible to support this in Metabase?

enhancement
clarification

The substring function does not work as expected for custom fields. ![Screenshot_20201215_150412](https://user-images.githubusercontent.com/5407006/102225035-01976a80-3ee7-11eb-8081-4b8d4fd57cb9.png) In Metabase, the indices seem to be 0-based, whereas ClickHouse [substring function](https://clickhouse.tech/docs/en/sql-reference/functions/string-functions/#substring) expects indices to be 1-based: >...

bug
prio-medium

When filtering on a custom field (via expression), the driver uses the human-readable field name instead of the correct alias. ``` SELECT source.warennummerKN8 AS warennummerKN8, source.`sum-where` AS `sum-where`, source.`sum-where_2` AS...

bug