Restore code_source_path wiring for AI Runtime tasks#5992
Draft
pietern wants to merge 1 commit into
Draft
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: 143b962
|
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
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.