Bump databricks-sdk-go from v0.175.0 to v0.177.0 - #6523
Draft
shreyas-goenka wants to merge 2 commits into
Draft
Conversation
Move go.mod and .codegen/_openapi_sha as a pair, then regenerate cli.json, the command stubs, bundle schema/validation, pydabs models and the DABs<->TF field map. v0.177.0 removes several ml.* fields; the only affected code was generated (cmd/workspace/feature-engineering), so regeneration resolves it and no hand-written usage needed disabling. Co-authored-by: Isaac <no-reply@databricks.com>
Co-authored-by: Isaac <no-reply@databricks.com>
Collaborator
Integration test reportCommit: 28e6796
Top 6 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 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
Bump
github.com/databricks/databricks-sdk-gofrom v0.175.0 to v0.177.0, moving.codegen/_openapi_shawith it, and regeneratecli.json, the command stubs, bundle schema/validation, pydabs models and the DABs<->TF field map.Why
Picks up
BundleDeployments.UpdateDeploymentandVersion.operations(needed by the DABs deployment-state work), adds jobcontinuous.maintenance_windowand pipelines RabbitMQ ingestion, and relaxes pipeline ingestion validation sosource_schema/source_tableare no longer required. v0.177.0 removes severalml.*fields, but the only affected code was generated, so no hand-written usage needed changing.Tests
All generators clean and
go build ./...passes. The acceptance verify pass shows no new failures againstorigin/main: the single differing test (bundle/resources/apps/update, terraform engine) passes when run scoped, and the rest are the pre-existing offline python-wheel and terraform-engine classes.This PR was written by Claude Code.