Uh oh!
There was an error while loading. Please reload this page.
Mount ts-sdk sources in Breeze container - #70278
Merged
jason810496 merged 1 commit intoJul 23, 2026
Merged
Conversation
jason810496
requested review from
amoghrajesh, ashb, bugraoz93, choo121600, ephraimbuddy, gopidesupavan, jedcunningham, jscheffl, potiuk and vatsrahul1001
as code ownersJuly 23, 2026 06:40
ts-sdk was the only language-SDK distribution missing from the MOUNT_SELECTED allowlist and the .dockerignore build-context allowlist, so unlike task-sdk, go-sdk, and java-sdk it never appeared under /opt/airflow in Breeze shells or in the CI image.
jason810496force-pushed
the
fix/breeze/mount-ts-sdk-sources
branch
from
July 23, 2026 11:21
55947d9 to
a80dc3fCompareamoghrajesh
approved these changes
Jul 23, 2026
Uh oh!
There was an error while loading. Please reload this page.
dabla pushed a commit
to dabla/airflow
that referenced
this pull request
Aug 14, 2026
ts-sdk was the only language-SDK distribution missing from the MOUNT_SELECTED allowlist and the .dockerignore build-context allowlist, so unlike task-sdk, go-sdk, and java-sdk it never appeared under /opt/airflow in Breeze shells or in the CI image.
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 freeto 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.
Why
ts-sdk/is the only language-SDK distribution missing from Breeze'sVOLUMES_FOR_SELECTED_MOUNTSallowlist and the.dockerignorebuild-context allowlist, so unliketask-sdk,go-sdk, andjava-sdkit never appears under/opt/airflowin Breeze shells (defaultMOUNT_SELECTEDmode) or in the CI image.What
ts-sdktoVOLUMES_FOR_SELECTED_MOUNTSindocker_command_utils.pyso it is bind-mounted at/opt/airflow/ts-sdk.!ts-sdk/to the.dockerignoreallowlist for parity with the other SDK distributions (**/node_modulesstays excluded).scripts/ci/docker-compose/local.ymlviabreeze setup synchronize-local-mounts.Verification
Was generative AI tooling used to co-author this PR?