Restore code_source_path wiring for AI Runtime tasks - #5992
Merged
Conversation
The Terraform provider (v1.122.0) and SDK (v0.160.0) bumps dropped `code_source_path` from `ai_runtime_task`, and #5982 temporarily disabled its use in the `air` command. Re-enable the typed CodeSourcePath assignment in buildSubmitPayload and re-instate the corresponding test assertions. This does not build against SDK v0.160.0, which lacks jobs.AiRuntimeTask.CodeSourcePath; it is staged so it can be merged after the next SDK bump re-adds the field. The generated files (TF schema, dabs map, bundle schema, Python bindings, acceptance goldens) are intentionally left untouched — they reappear on codegen once the field returns. Co-authored-by: Isaac
Collaborator
Integration test reportCommit: 693dde3
11 interesting tests: 4 SKIP, 3 FAIL, 3 RECOVERED, 1 KNOWN
Top 1 slowest tests (at least 2 minutes):
|
janniklasrose
approved these changes
Jul 21, 2026
janniklasrose
left a comment
Contributor
There was a problem hiding this comment.
approving to unblock rebase with next suitable SDK update
andrewnester
approved these changes
Jul 29, 2026
Merged
janniklasrose
changed the base branch from
main
to
janniklasrose/bump-sdk-0.165.0
July 29, 2026 14:09
andrewnester
force-pushed
the
janniklasrose/bump-sdk-0.165.0
branch
from
July 29, 2026 14:32
7f0b0d4 to
d9f511a
Compare
andrewnester
marked this pull request as ready for review
July 29, 2026 14:41
andrewnester
enabled auto-merge
July 29, 2026 14:42
Collaborator
Integration test reportCommit: 048a864
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.
The TF provider (v1.122.0, #5977) and SDK (v0.160.0, #5982) bumps dropped
code_source_pathfromai_runtime_task, and #5982 disabled its use in theaircommand. This re-enables theCodeSourcePathassignment and test assertions inexperimental/air/cmd/.This pull request and its description were written by Isaac.