Releases: ClickHouse/metabase-clickhouse-driver
Releases · ClickHouse/metabase-clickhouse-driver
1.2.2
Important
:connection-impersonation
feature from 0.47 is temporarily disabled due to the issues with cluster deployments. See #192 for more details.
Bug fixes
- Removed forward slash from serialized IPv4/IPv6 columns. NB: IPv4/IPv6 columns are temporarily resolved as
type/TextLike
instead oftype/IPAddress
base type due to an unexpected result leading to an exception thrown in Metabase 0.47 type check. It is fixed in Metabase master, but it is not released yet. - Removed superfluous CAST calls from generated queries that use Date* columns and/or intervals.
1.2.1
1.2.0
Important: Metabase 0.47.x is required
New features
- Metabase 0.47 support
- Connection impersonation support (0.47 feature)
Bug fixes
- More correct general database type -> base type mapping
DateTime64
is now correctly mapped to:type/DateTime
database-required
field property is now correctly set totrue
if a field is notNullable
1.1.7
1.1.6
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.