starburstdata / metabase-driver

Starburst Metabase driver
Apache License 2.0
65 stars 10 forks source link

Bundling the driver in Metabase OSS fails #53

Closed paoliniluis closed 2 years ago

paoliniluis commented 2 years ago

There's an error when you bundle the latest driver in the OSS version of the product:

ERROR driver.impl :: Error loading driver namespace clojure.lang.ExceptionInfo: Could not locate metabase/driver/starburst__init.class, metabase/driver/starburst.clj or metabase/driver/starburst.cljc on classpath. {:classloader #object[clojure.lang.DynamicClassLoader 0x498f5728 "clojure.lang.DynamicClassLoader@498f5728"], :classpath-urls (), :system-classpath ("/app/metabase.jar")}

If you bundle the driver in the EE version of the product, everything works

paoliniluis commented 2 years ago

nevermind, it was just a problem of mine