xavierchow/metabase-couchbase-driver

Unable to compile

Closed this issue · 3 comments

Hey there! Many thanks for this work!

Unfortunately I am unable to build the driver, both locally or through Docker.

I'm not very familiar with Clojure so I'm not really able to track this down, none of the few tweaks I've tried have really worked.

/app/metabase-cb-driver # lein uberjar
Compiling metabase.driver.couchbase
Syntax error compiling at (metabase/driver/couchbase.clj:79:1).
Syntax error compiling at (metabase/driver/couchbase.clj:79:1).
No such var: driver/substitute-native-parameters

I've tried with both the current head and the v1.0.0 tag...

@Yann-OAF I will look into the issue soon,
before that, maybe you can build it with the release package as an alternative, see:
https://github.com/xavierchow/metabase-couchbase-driver#option-2-build-with-release-package

Hi @Yann-OAF , I fixed the Dockerfile for building from the source code, but as you mentioned indeed build images with a pre-built version would be much easier and faster.
I'm closing this ticket, feel free to reopen it if you meet any related problems.