Uh oh!
There was an error while loading. Please reload this page.
Bump databricks-sdk-go from v0.169.0 to v0.170.0 - #6251
Merged
Conversation
## Changes Bump the pinned Databricks Terraform provider from v1.125.0 to v1.126.0. The v1.126.0 release contains no bundle-relevant resource or field schema changes; only the pinned provider version and archive checksums change. ## Tests Acceptance goldens regenerated via `./task test-update` (no golden changes). Co-authored-by: Isaac
## Changes Bump `github.com/databricks/databricks-sdk-go` from v0.169.0 to v0.170.0 and the pinned OpenAPI spec SHA to match. - `policies`: the `catalog.PolicyInfo` type gains a `grant` field and the `POLICY_TYPE_GRANT` policy-type enum value; command stubs regenerated. ## Tests Acceptance goldens regenerated via `./task test-update` (no golden changes). Co-authored-by: Isaac
…ment The v1.124.0->v1.125.0 bump has not been released yet, so its unreleased changelog fragment is superseded by this v1.126.0 bump; drop it to avoid a duplicate Dependency Updates line, and expand the PR link in the new fragment. Co-authored-by: Isaac
The v1.124.0->v1.125.0 bump is merged but unreleased, so this fragment now covers the whole unreleased range in a single Dependency Updates line, and expands the PR link (the prior commit only staged the fragment removal). Co-authored-by: Isaac
The v0.166.0->v0.169.0 bump is merged but unreleased, so drop its superseded fragment and let this one cover the whole unreleased range in a single Dependency Updates line, with the PR link expanded. Co-authored-by: Isaac
pietern
approved these changes
Aug 12, 2026
denik
approved these changes
Aug 12, 2026
Collaborator
Integration test reportCommit: 45bc231
9 interesting tests: 4 RECOVERED, 4 SKIP, 1 flaky
Top 4 slowest tests (at least 2 minutes):
|
janniklasrose
enabled auto-merge
August 12, 2026 13:15
Uh oh!
There was an error while loading. Please reload this page.
denik added a commit
that referenced
this pull request
Aug 12, 2026
eng-dev-ecosystem-bot
commented
Aug 12, 2026
Collaborator
Integration test reportCommit: e4958db
167 interesting tests: 105 MISS, 49 FAIL, 6 flaky, 5 RECOVERED, 2 SKIP
Top 50 slowest tests (at least 2 minutes):
|
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 freeto 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
Bump
github.com/databricks/databricks-sdk-gofrom v0.169.0 to v0.170.0 and the pinned OpenAPI spec SHA to match.policies: thecatalog.PolicyInfotype gains agrantfield and thePOLICY_TYPE_GRANTpolicy-type enum value; command stubs regenerated.v0.170.0 contains only additive API changes (no breaking changes), and
generate-checkproduced no bundle-schema drift.Why
Keep the CLI's pinned SDK current and aligned with the version used by the Terraform provider v1.126.0. Stacked on #6250.
Tests
Acceptance goldens regenerated via
./task test-update— no golden changes. Full acceptance suite (both engines) and the root unit suite pass locally.This PR was written by Claude Code.