I’m interested in using the Arrow Flight SQL driver with Metabase—especially in combination with DuckDB—but I’m not sure how to build a Metabase plugin for it. If anyone has experience or suggestions on how to get started (or would like to collaborate on a solution), I’d greatly appreciate your insights.
Thanks, @Luiggi ! I´m not an expert on Metabase drivers or Clojure, so, after reading your reply, I tried to follow the same approach that Duckdb uses and added a deps file along a github action that uploads the artifact in a similar way as they do. I´ll automate the release of the jar later.
I´ll keep Leiningen on the docker-compose anyway, as it seems to be working just fine for local testing and quick iterations without requiring the Metabase repo.