ClickHouse / metabase-clickhouse-driver

ClickHouse database driver for the Metabase business intelligence front-end
Apache License 2.0
476 stars 92 forks source link

Broken: Driver does not work with the latest metabase release (0.46.3) #161

Closed dodg3this closed 1 year ago

dodg3this commented 1 year ago

Describe the issue

The driver fails to sync the database after upgrading the metabase to 0.46.3

Steps to reproduce

  1. Upgrade metabase to 0.46.3
  2. Add Clickhouse database

Expected behaviour

Syncing should be successful

Error log

java.lang.IllegalStateException: Attempting to call unbound fn: #'metabase.util/snake-key

Configuration

Environment

dodg3this commented 1 year ago

False alarm. The issue is with the master branch. So may have to fix it later when it gets released.

paoliniluis commented 1 year ago

Testing the latest driver (1.1.7) with 1.47.0-RC1 returns this error and the DB does not sync correctly

slvrtrn commented 1 year ago

@paoliniluis, IIUC, for 0.47, we need to merge https://github.com/ClickHouse/metabase-clickhouse-driver/pull/160 first.