Bump SDK to v0.165.0 - #6098
Merged
Merged
Conversation
andrewnester
approved these changes
Jul 29, 2026
Notable SDK/spec changes handled by regeneration: - jobs.AiRuntimeTask.CodeSourcePath (code_source_path) now recognized and sent - compute.DependencyMode added to cluster specs - ml.UcTraceLocation.EffectiveTablePrefix (output-only) - jobs.JobCluster.ServerlessComputeId - serving.TelemetryConfig TableNames / TelemetryProfileId - pipelines RedditAdsOptions and SchemaSpec.FanoutOptions - postgres SyncedTable ExtraColumns - sql.AlertV2.Parameters Co-authored-by: Isaac
The v0.165.0 SDK adds compute.DependencyMode to ClusterSpec/CreateCluster/ EditCluster and sql.AlertV2.Parameters. exhaustruct (run by the full lint, not lint-q) flagged the hand-written struct literals that construct these types. - dresources/cluster.go: map DependencyMode through RemapState, makeCreateCluster and makeEditCluster. - load_dbalert_files.go: carry Parameters from the .dbalert.json file into AlertV2. Co-authored-by: Isaac
Upgrade TF provider to 1.123.0
andrewnester
force-pushed
the
janniklasrose/bump-sdk-0.165.0
branch
from
July 29, 2026 14:32
7f0b0d4 to
d9f511a
Compare
andrewnester
enabled auto-merge
July 29, 2026 14:34
andrewnester
disabled auto-merge
July 29, 2026 14:39
Collaborator
Integration test reportCommit: e77e5c5
808 interesting tests: 800 FAIL, 3 KNOWN, 3 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 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 SDK to v0.165.0
Why
Dependency update
Tests
local & CI
Related PRs