Hi there,
we are using metabase 0.55.6 with docker compose and try to set up an connection to Exasol database. We copied the relevant driver jars to the /plugins directory:
-rw-r--r-- 1 metabase metabase 10920238 Jun 20 12:45 exajdbc.jar
-rwxr-xr-x 1 metabase metabase 76329 Jul 17 09:37 exasol.metabase-driver.jar
The error we are getting is:
2025-07-17 09:44:05,647 ERROR warehouses.api :: Cannot connect to Database
clojure.lang.ExceptionInfo: null {:classloader #object[clojure.lang.DynamicClassLoader 0xd5bb1c4 "clojure.lang.DynamicClassLoader@d5bb1c4"], :classpath-urls ("file:/plugins/exajdbc.jar" "file:/plugins/exasol.metabase-driver.jar"), :system-classpath ("/app/metabase.jar")}
...
caused by:
java.io.FileNotFoundException: Could not locate metabase/config__init.class, metabase/config.clj or metabase/config.cljc on classpath.
It seem that we some how miss the clojure config file, which actually resides in exasol.metabase-driver.jar. We find in the directory metabase/driver/config.clj.
How can we manage to attach Exasol as a database? Any help is appreciated