Open
Conversation
Collaborator
|
Commit: a3afe13
67 interesting tests: 29 FAIL, 21 flaky, 7 KNOWN, 5 SKIP, 5 RECOVERED
Top 50 slowest tests (at least 2 minutes):
|
tanmay-db
commented
Feb 10, 2026
| resources.jobs.*.environments[*] jobs.JobEnvironment ALL | ||
| resources.jobs.*.environments[*].environment_key string ALL | ||
| resources.jobs.*.environments[*].spec *compute.Environment ALL | ||
| resources.jobs.*.environments[*].spec.base_environment string ALL |
Contributor
Author
There was a problem hiding this comment.
Highlight: updated manually
Contributor
There was a problem hiding this comment.
Was that needed?
You can run make test-update to update test fixtures, including this one.
Contributor
Author
There was a problem hiding this comment.
Yes, there were some test failures, will update it using make test-update command
pietern
reviewed
Feb 10, 2026
Contributor
pietern
left a comment
There was a problem hiding this comment.
Please include the SDK version in the PR title.
| github.event_name == 'workflow_dispatch' || | ||
| github.repository == 'databricks/databricks-sdk-go' || | ||
| github.repository == 'databricks/databricks-sdk-py' || | ||
| github.repository == 'databricks/databricks-sdk-java' |
Contributor
There was a problem hiding this comment.
Please revert this. We don't want to auto-release.
Contributor
Author
There was a problem hiding this comment.
This was generated automatically, will revert
| resources.jobs.*.environments[*] jobs.JobEnvironment ALL | ||
| resources.jobs.*.environments[*].environment_key string ALL | ||
| resources.jobs.*.environments[*].spec *compute.Environment ALL | ||
| resources.jobs.*.environments[*].spec.base_environment string ALL |
Contributor
There was a problem hiding this comment.
Was that needed?
You can run make test-update to update test fixtures, including this one.
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
Idto WorkspaceIDNote: This PR doesn't include the changes for CLI specific WorkspaceId eg in AuthArguments, those would be done in separate PR to keep this PR specific to Go SDK bump. The other PR would be created once this is merged.
Why
Best practice to use
IDTests
Existing tests