build(deps): bump the databricks-sdk-go group across 1 directory with 4 updates - #6760
Merged
tejaskochar-db merged 2 commits intoSep 21, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/databricks-sdk-go-93f1f38dcc
branch
2 times, most recently
from
September 21, 2026 09:23
97fff50 to
181bc2f
Compare
… 4 updates Bumps the databricks-sdk-go group with 4 updates in the / directory: [github.com/databricks/sdk-go/core](https://github.com/databricks/sdk-go), [github.com/databricks/sdk-go/auth](https://github.com/databricks/sdk-go), [github.com/databricks/sdk-go/files](https://github.com/databricks/sdk-go) and [github.com/databricks/sdk-go/options](https://github.com/databricks/sdk-go). Updates `github.com/databricks/sdk-go/core` from 0.0.1-dev.1 to 0.0.1-dev.6 - [Commits](databricks/sdk-go@jobs/v0.0.1-dev.1...jobs/v0.0.1-dev.6) Updates `github.com/databricks/sdk-go/auth` from 0.0.1-dev.1 to 0.0.1-dev.6 - [Commits](databricks/sdk-go@jobs/v0.0.1-dev.1...jobs/v0.0.1-dev.6) Updates `github.com/databricks/sdk-go/files` from 0.0.1-dev.1 to 0.0.1-dev.6 - [Commits](databricks/sdk-go@jobs/v0.0.1-dev.1...jobs/v0.0.1-dev.6) Updates `github.com/databricks/sdk-go/options` from 0.0.1-dev.1 to 0.0.1-dev.6 - [Commits](databricks/sdk-go@jobs/v0.0.1-dev.1...jobs/v0.0.1-dev.6) --- updated-dependencies: - dependency-name: github.com/databricks/sdk-go/auth dependency-version: 0.0.1-dev.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: databricks-sdk-go - dependency-name: github.com/databricks/sdk-go/core dependency-version: 0.0.1-dev.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: databricks-sdk-go - dependency-name: github.com/databricks/sdk-go/files dependency-version: 0.0.1-dev.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: databricks-sdk-go - dependency-name: github.com/databricks/sdk-go/options dependency-version: 0.0.1-dev.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: databricks-sdk-go ... Signed-off-by: dependabot[bot] <support@github.com>
Update the modular SDK modules to their latest published versions. Adapt Files API requests to value parameters and preserve the CLI's resolved credentials by disabling ambient config sources. Signed-off-by: Tejas Kochar <tejas.kochar@databricks.com>
tejaskochar-db
force-pushed
the
dependabot/go_modules/databricks-sdk-go-93f1f38dcc
branch
from
September 21, 2026 11:42
edb4134 to
b06ac10
Compare
pietern
reviewed
Sep 21, 2026
| github.com/databricks/sdk-go/options v0.0.1-dev.1 // Apache-2.0 | ||
| github.com/databricks/sdk-go/auth v0.0.1-dev.8 // Apache-2.0 | ||
| github.com/databricks/sdk-go/files v0.0.1-dev.9 // Apache-2.0 | ||
| github.com/databricks/sdk-go/options v0.0.1-dev.8 // Apache-2.0 |
Contributor
There was a problem hiding this comment.
@tejaskochar-db Is the mix of .8 and .9 expected?
Contributor
There was a problem hiding this comment.
Yes, we are only cutting releases for packages that have changes themselves or in their dependancies so their latest version numbers can differ.
pietern
approved these changes
Sep 21, 2026
| github.com/databricks/sdk-go/options v0.0.1-dev.1 // Apache-2.0 | ||
| github.com/databricks/sdk-go/auth v0.0.1-dev.8 // Apache-2.0 | ||
| github.com/databricks/sdk-go/files v0.0.1-dev.9 // Apache-2.0 | ||
| github.com/databricks/sdk-go/options v0.0.1-dev.8 // Apache-2.0 |
Collaborator
Integration test reportCommit: b06ac10
Top 6 slowest tests (at least 2 minutes):
|
tejaskochar-db
deleted the
dependabot/go_modules/databricks-sdk-go-93f1f38dcc
branch
September 21, 2026 13:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
github.com/databricks/sdk-go/auth,core, andoptionsfromv0.0.1-dev.1tov0.0.1-dev.8, andfilestov0.0.1-dev.9.WithoutProfileResolutionoption withWithoutConfigFileandWithoutEnv, preserving the CLI's already-resolved configuration.Why
The latest modular SDK releases include breaking request-signature and client-option changes. The CLI must adopt those interfaces while continuing to use the credentials and workspace routing already resolved by its existing workspace client.
Tests
go build ./...go test ./libs/filer/..../task generate-check./task generate-schema-map./task fmt./task checks./task lintjq1.7.1; two unrelated Terraform cases timed out under parallel load and passed on automatic isolated rerunsThis PR was written by Codex.