Skip to content

feat(databricks): bump github.com/databricks/databricks-sql-go from 1.8.0 to 1.9.0#431

Merged
atzoum merged 1 commit intomainfrom
dependabot/go_modules/github.com/databricks/databricks-sql-go-1.9.0
Feb 10, 2026
Merged

feat(databricks): bump github.com/databricks/databricks-sql-go from 1.8.0 to 1.9.0#431
atzoum merged 1 commit intomainfrom
dependabot/go_modules/github.com/databricks/databricks-sql-go-1.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps github.com/databricks/databricks-sql-go from 1.8.0 to 1.9.0.

Release notes

Sourced from github.com/databricks/databricks-sql-go's releases.

v1.9.0

What's Changed

  • Added support for query tags
  • databricks/databricks-sql-go#283

Full Changelog: databricks/databricks-sql-go@v1.8.0...v1.9.0

Changelog

Sourced from github.com/databricks/databricks-sql-go's changelog.

v1.9.0 (2025-09-17)

  • Added support for query tags
  • databricks/databricks-sql-go#283
Commits
  • 9cef5b7 Prepare for v1.9.0 release (#285)
  • c256716 Prepare for v1.9.0 release
  • 5f3e28b [PECOBLR-676] passing session params in open session request instead of SET c...
  • d7ebf01 unit test for query tags
  • ceaf079 passing session params in open session request
  • 631401e add log for cloud fetch speed (#281)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 9, 2026
@dependabot dependabot bot requested a review from atzoum as a code owner February 9, 2026 12:01
@dependabot dependabot bot added the go Pull requests that update Go code label Feb 9, 2026
@codecov
Copy link

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.86%. Comparing base (9c1603f) to head (b9858bc).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #431   +/-   ##
=======================================
  Coverage   84.86%   84.86%           
=======================================
  Files          90       90           
  Lines        4010     4010           
=======================================
  Hits         3403     3403           
  Misses        451      451           
  Partials      156      156           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@atzoum atzoum changed the title chore(deps): bump github.com/databricks/databricks-sql-go from 1.8.0 to 1.9.0 feat(databricks): bump github.com/databricks/databricks-sql-go from 1.8.0 to 1.9.0 Feb 10, 2026
Bumps [github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/databricks/databricks-sql-go/releases)
- [Changelog](https://github.com/databricks/databricks-sql-go/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sql-go@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/databricks/databricks-sql-go
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/databricks/databricks-sql-go-1.9.0 branch from fd9b17c to b9858bc Compare February 10, 2026 11:39
@atzoum atzoum merged commit e6df6b6 into main Feb 10, 2026
20 checks passed
@atzoum atzoum deleted the dependabot/go_modules/github.com/databricks/databricks-sql-go-1.9.0 branch February 10, 2026 13:50
atzoum pushed a commit that referenced this pull request Feb 12, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.24.0](v1.23.0...v1.24.0)
(2026-02-12)


### Features

* add ListCatalogs method to CatalogAdmin interface
([#427](#427))
([2899478](2899478))
* **databricks:** bump github.com/databricks/databricks-sql-go from
1.8.0 to 1.9.0
([#431](#431))
([e6df6b6](e6df6b6))


### Miscellaneous

* **deps:** bump cloud.google.com/go/bigquery from 1.72.0 to 1.73.1
([#429](#429))
([9c1603f](9c1603f))
* **deps:** bump github.com/rudderlabs/rudder-go-kit from 0.71.0 to
0.71.1 ([#432](#432))
([82b3c0d](82b3c0d))
* **deps:** bump step-security/harden-runner from 2.14.1 to 2.14.2
([#428](#428))
([a3487e3](a3487e3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments