Uh oh!
There was an error while loading. Please reload this page.
Bump databricks-sdk-go from v0.166.0 to v0.169.0 - #6247
Merged
Conversation
## Changes Bump the pinned Databricks Terraform provider from v1.124.0 to v1.125.0. Notable schema changes: - The provider no longer issues a `GET /api/2.0/preview/scim/v2/Me` request during deploy/destroy/plan. ## Tests Acceptance goldens regenerated via `./task test-update`. Co-authored-by: Isaac
## Changes Bump `github.com/databricks/databricks-sdk-go` from v0.166.0 to v0.169.0. - `secrets-uc` graduated out of Public Preview (help text and bundle schema). - Pipeline ingestion fanout options promoted from Private Preview to Beta. - New output-only `resources.jobs.*.trigger_state.pause_status` field. The SDK's breaking removals (iamv2 `InternalId`, catalog provider credential fields) and the `bundledeployments` `State` type changes are not referenced by the CLI, so no code changes were required. ## Tests Acceptance goldens regenerated via `./task test-update`. Co-authored-by: Isaac
pietern
approved these changes
Aug 12, 2026
Collaborator
Integration test reportCommit: ddf93a1
8 interesting tests: 4 RECOVERED, 4 SKIP
Top 6 slowest tests (at least 2 minutes):
|
github-merge-queueBot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2026
Uh oh!
There was an error while loading. Please reload this page.
janniklasrose
enabled auto-merge
August 12, 2026 10:58
Uh oh!
There was an error while loading. Please reload this page.
eng-dev-ecosystem-bot
commented
Aug 12, 2026
Collaborator
Integration test reportCommit: 243f674
48 interesting tests: 32 flaky, 8 FAIL, 5 RECOVERED, 2 SKIP, 1 KNOWN
Top 50 slowest tests (at least 2 minutes):
|
renaudhartert-db pushed a commit
to yolocs/dbcli
that referenced
this pull request
Aug 18, 2026
…es (databricks#6249) ## Changes Follow-up to @denik's review feedback on databricks#6246: where a test records per-engine golden files (`out.X.terraform.*` / `out.X.direct.*`) that are byte-identical — because the operation is engine-independent — merge each pair into a single engine-agnostic `out.X.*` file and drop the `$DATABRICKS_BUNDLE_ENGINE` suffix from the script's redirect. 21 pairs across 19 tests are merged. Scope was deliberately limited to files written by a **dedicated redirect in the test's own script**. Intentionally left per-engine: - Files from the shared `bundle/resources/permissions/_script` and the `postgres_projects` `print_requests()` helper — those same lines also emit genuinely per-engine-differing files, so the suffix must stay. - Files consumed by the `Phase = 1` analyzers `user_agent/verify.py` and `permissions/analyze_requests.py`, which parse the engine from the filename (a file without `.terraform.`/`.direct.` is skipped) — merging would silently drop them from the analysis. ## Tests Acceptance goldens regenerated via `./task test-update`; full local `TestAccept` verify pass is green (the one flaky 60s timeout in `permissions/pipelines/update`, a test untouched here, passes when run alone). Cloud-only tests are verified by integration CI. > Stacked on databricks#6247. Merge that (and databricks#6246) first. This pull request and its description were written by Isaac.
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.166.0 to v0.169.0.secrets-ucgraduated out of Public Preview (help text and bundle schema).resources.jobs.*.trigger_state.pause_statusfield.The SDK's breaking removals (iamv2
InternalId, catalog provider credential fields) and thebundledeploymentsStatetype changes are not referenced by the CLI, so no code changes were required.Tests
Acceptance goldens regenerated via
./task test-update.This pull request and its description were written by Isaac.