Skip to content

Releases: db-caioishizaka/databricks-sql-driver

Additional options support

15 Jul 22:02
59d50ba

Choose a tag to compare

What's Changed

  • Upgrade to Metabase v0.50.13. No material changes
  • Compatible with v0.50.0-v0.50.13. Expected to work with any v0.50.x
  • Not working on v0.49 and back
  • Added additional options as a configuration. It should be ';' first, and can be used to add any property you want. Check readme for further information
  • Using Databricks SQL JDBC version 2.6.38 (no changes)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Jun 15:37
c2cc924

Choose a tag to compare

What's Changed

  • Upgrade to Metabase v0.50.4. Minor deprecations
  • Compatible with v0.50.0-v0.50.4. Expected to work with any v0.50.x
  • Not working on v0.49 and back
  • Added feature to scan all schemas in Catalog. Options are: all, include list, exclude list
  • Using Databricks SQL JDBC version 2.6.38

Full Changelog: v0.0.2...v0.1.0

Upgrade to v0.50.4

14 Jun 16:48

Choose a tag to compare

Upgrade to v0.50.4 Pre-release
Pre-release

What's Changed

  • Upgrade to Metabase v0.50.4. Minor deprecations
  • Compatible with v0.50 onwards
  • Not working on v0.49 and back
  • No new features added at this moment

Full Changelog: v0.0.2...v0.0.3-beta

v0.0.2

30 Apr 12:53
dee1d7a

Choose a tag to compare

What's Changed

  • Upgrade to Metabase v0.49.3. Metabase did a lot of breaking changes on v0.46, backwards compatibility is almost impossible
  • Compatible with v0.49, some issues on earlier versions
  • Added support to Catalog option (hive_metastore by default).
  • Added advanced options
  • Converted PAT to password, so it will be masked when DB config is later accessed
  • Honey SQL functions were upgraded to Honey SQL 2

Full Changelog: v1.0.1-beta...v1.0.2

HoneySQL and Date methods

06 Jan 21:06
e525f58

Choose a tag to compare

  • Added HoneySQL and Date methods
  • Upgraded Databricks SQL JDBC driver to 2.6.32