Skip to content

Releases: adbc-drivers/databricks

ADBC Driver Foundry Driver for Databricks 0.1.2 (2026-01-28)

28 Jan 05:51
0d25c45

Choose a tag to compare

Bug Fixes

  • resolve intermittent EOF errors fetching large results (#192) (#194)

Detailed Changelog

  • 0d25c45: chore: prepare for v0.1.2 (#195)
  • 6890ee8: fix(go): resolve intermittent EOF errors fetching large results (#192) (#194)

ADBC Driver Foundry Driver for Databricks 0.1.1 (2026-01-27)

27 Jan 13:42
9319573

Choose a tag to compare

New Features

  • completely disable databricks logger (#186)

Bug Fixes

  • don't release rows right after the stream starts (#189)

Documentation Updates

  • simplify some URLs (#159)

Detailed Changelog

  • 9319573: ci: enable Go tests on Linux and fix golangci-lint config (#190)
  • 2322114: fix(go): don't release rows right after the stream starts (#189)
  • 60e7ff8: feat(go): completely disable databricks logger (#186)
  • 2d550d8: docs(go): simplify some URLs (#159)

ADBC Driver Foundry Driver for Databricks 0.1.0 (2026-01-21)

21 Jan 04:22
a2affed

Choose a tag to compare

New Features

  • implement GetTablesWithColumns for GetObjects support (#153)
  • implement bulk_ingest and enable prepared statements in ExecuteQuery (#122)
  • override literal and select tests, implement DriverInfoPreparer, setup linters (#107)
  • add databricks:// uri support, tests, and docs (#102)
  • Add Databrikcs driver written in Go (#3325)

Bug Fixes

  • handle hive_metastore/system catalogs and optimize GetObjects tests (#156)

Detailed Changelog

  • a2affed: fix(go): handle hive_metastore/system catalogs and optimize GetObjects tests (#156)
  • 24d4b0d: ci: set up validation test (#151)
  • d3391b1: feat(go): implement GetTablesWithColumns for GetObjects support (#153)
  • 40a805f: feat(go): implement bulk_ingest and enable prepared statements in ExecuteQuery (#122)
  • a8b81fd: feat(go): override literal and select tests, implement DriverInfoPreparer, setup linters (#107)
  • 88c1341: chore: regenerate workflows (#114)
  • 7c88c8b: chore: update pytest.ini to latest state (#104)
  • f36a521: test(go): create basic validation scaffold (#99)
  • f328fc6: chore(go): add packaging manifest/license template (#103)
  • 8d0e384: feat(go): add databricks:// uri support, tests, and docs (#102)
  • bc9c54a: chore(go): create documentation template (#97)
  • f349023: chore: generate github actions workflows (#94)
  • e622477: chore(go): migrate go driver from ADBC Repo
  • bb7576a: feat(go): Add Databrikcs driver written in Go (#3325)