Skip to content

Releases: Brigad/metabase-sparksql-databricks-driver

Metabase 52.9

04 Feb 14:05
0176085
Compare
Choose a tag to compare
chore: bumped verison (#13)

Co-authored-by: Stefani <>

Metabase 52.5

13 Jan 14:55
d70293d
Compare
Choose a tag to compare
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

13 Nov 12:54
d70293d
Compare
Choose a tag to compare
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

23 Sep 14:53
Compare
Choose a tag to compare

Bump driver for Metabase 0.50.26

Metabase 0.49.7

02 May 12:42
Compare
Choose a tag to compare

Upgrade working for Metabase 0.49.7

Databricks driver metabase Working version

02 Feb 10:28
c5b2560
Compare
Choose a tag to compare

Fixes
Renamed to v2
allows connection to be created

v1.0.0

01 Feb 14:16
fb53083
Compare
Choose a tag to compare

First version of custom driver.