Open vgrimaldi848 opened 8 months ago
for compiling , the simplest way is :
1 git clone source code to metabase module/drivers/ duckdb
2 edit deps.edn add duckdb
3 bin/build-drivers.sh duckdb
for honeysql2 (not sure if it needed by metabase 0.48, mine is 0.49)
try my patch
https://github.com/AlexR2D2/metabase_duckdb_driver/pull/25
Added the section How to build the DuckDB .jar plugin yourself at the end of the main page
Hi @AlexR2D2,
I'm trying to compile the driver without success for the release 0.9.2. This is quite important if you want to test the integration between Metabase and the DuckDB cloud based platform Motherduck.
Is there any possibility for you to add a section in the documentation to explain how to compile the driver with the latest 0.48.7 release of Metabase?
I'm trying using a WSL Ubuntu image and seems like Clojure is not able to pick up the project files.
This is the error i got when running:
clojure -X:build:drivers: :driver :duckdb
Thanks for the great work and long live the Ducks!