Releases: db-caioishizaka/databricks-sql-driver
Releases · db-caioishizaka/databricks-sql-driver
Additional options support
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
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
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
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
- Added HoneySQL and Date methods
- Upgraded Databricks SQL JDBC driver to 2.6.32