Merged
Conversation
Bump databricks-sdk-go and the OpenAPI SHA to the latest release and regenerate CLI/API outputs. Apply targeted post-generate fixes for lint/test drift, including schema overrides cleanup, direct resource updates, and refschema/python generated output sync. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
|
Commit: 234d1c3
19 interesting tests: 7 KNOWN, 7 SKIP, 4 flaky, 1 RECOVERED
Top 30 slowest tests (at least 2 minutes):
|
Refresh acceptance golden outputs to match generated command help text after upgrading to Go SDK v0.110.0, including the new apps --space flag and updated deprecation copy. Co-authored-by: Cursor <cursoragent@cursor.com>
Normalize generated endpoint command help text formatting so repository whitespace checks pass in CI. Co-authored-by: Cursor <cursoragent@cursor.com>
andrewnester
approved these changes
Feb 20, 2026
Collaborator
|
Commit: 2ddc930
29 interesting tests: 16 KNOWN, 8 RECOVERED, 3 FAIL, 1 SKIP, 1 flaky
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 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/databricks-sdk-gofromv0.106.0tov0.110.0and bump.codegen/_openapi_shato the matching OpenAPI commit.make generate) and sync generated outputs across commands, schemas, direct resources, and Python bundle bindings.Why
Keep CLI generated surfaces aligned with the latest Go SDK/OpenAPI changes and ensure generation remains green on lint/tests.
Tests
./tools/golangci-lint rungo test ./internal/build ./bundle/internal/schema ./bundle/direct/dresources ./bundle/config/resources -count=1go test ./acceptance -run '^TestAccept/bundle/refschema$' -update -timeout=30m(run twice)go test ./acceptance -run '^TestAccept/bundle/refschema$' -timeout=30mpushd python && make codegen && popdMade with Cursor