Releases: ClickHouse/metabase-clickhouse-driver
Releases · ClickHouse/metabase-clickhouse-driver
1.1.5
1.1.4
1.1.3
New features
- Hide
.inner
tables of Materialized Views. - Resolve
Map
base type totype/Dictionary
. - Database name can now contain multiple schemas in the UI field (space-separated by default), which tells the driver to scan selected databases. Separator can be set in
metabase.driver.clickhouse/SEPARATOR
(@veschin)
1.1.2
1.1.1
New features
- Metabase 0.46.x compatibility.
- Added cljc.java-time to dependencies, as it is no longer loaded by Metabase.
1.1.0
New features
- Update JDBC driver to v0.4.1.
- Use new
product_name
additional option instead ofclient_name
- Replace
sql-jdbc.execute/read-column [:clickhouse Types/ARRAY]
withsql-jdbc.execute/read-column-thunk [:clickhouse Types/ARRAY]
to be compatible with Metabase 0.46 breaking changes once it is released. - Use Metabase v0.45.3 for CI.
Bug fixes
- Fix
sql-jdbc.execute/read-column-thunk [:clickhouse Types/TIME]
return type.
1.0.4
New features
- Added a new "Scan all databases" UI toggle (disabled by default), which tells the driver to scan all available databases (excluding
system
andinformation_schema
) instead of only the database it is connected to. - Database input moved below host/port/username/password in the UI.