Releases: Brigad/metabase-sparksql-databricks-driver
Releases · Brigad/metabase-sparksql-databricks-driver
Metabase 52.9
chore: bumped verison (#13) Co-authored-by: Stefani <>
Metabase 52.5
Chore/metabase 0.51.3 (#9) * Upgrading to Metabase 48.6 - working * Handle connection attempts to unsupported databases As described in https://docs.oracle.com/en/java/javase/17/docs/api/java.sql/java/sql/Driver.html#connect(java.lang.String,java.util.Properties), when connect is called on a driver, it should return nil if it realizes it is the wrong kind of driver to connect to the given URL. With this change, when this happens, nil is passed on to the driver manager so that it can try other drivers. * Upgrading to Metabase v.0.50.12 * bump to 0.50.26 * chore: bulmp --------- Co-authored-by: Srinath Ramanujan <[email protected]> Co-authored-by: Renan Ferreira <[email protected]> Co-authored-by: Tamás Benkő <[email protected]> Co-authored-by: Juri Krainjukov <[email protected]> Co-authored-by: Stefani <>
Metabase 0.51.3
Chore/metabase 0.51.3 (#9) * Upgrading to Metabase 48.6 - working * Handle connection attempts to unsupported databases As described in https://docs.oracle.com/en/java/javase/17/docs/api/java.sql/java/sql/Driver.html#connect(java.lang.String,java.util.Properties), when connect is called on a driver, it should return nil if it realizes it is the wrong kind of driver to connect to the given URL. With this change, when this happens, nil is passed on to the driver manager so that it can try other drivers. * Upgrading to Metabase v.0.50.12 * bump to 0.50.26 * chore: bulmp --------- Co-authored-by: Srinath Ramanujan <[email protected]> Co-authored-by: Renan Ferreira <[email protected]> Co-authored-by: Tamás Benkő <[email protected]> Co-authored-by: Juri Krainjukov <[email protected]> Co-authored-by: Stefani <>
Metabase v0.50.26
Bump driver for Metabase 0.50.26
Metabase 0.49.7
Upgrade working for Metabase 0.49.7
Databricks driver metabase Working version
Fixes
Renamed to v2
allows connection to be created
v1.0.0
First version of custom driver.