Use custom snowflake-jdbc.jar driver to connect snowflake

I need to use custom snowflake-jdbc.jar which has been built locally to connect metabase.
Currently the src is taking snowflake-jdbc.jar from the maven repo and building snowflake.metabase-driver.jar instead need to use locally built snowflake-jdbc.jar to build snowflake.metabase-driver.jar in metabase.

Existing deps.edn
{:paths
["src" "resources"]
:deps
{net.snowflake/snowflake-jdbc {:mvn/version "3.13.6"}}}

Appreciate for your help !

Hi @siva_raj
Have a look here: https://clojure.org/guides/deps_and_cli#local_jar

1 Like