Surface hasMappedDependants on ts-sdk TaskContext - #71191
bujjibabukatta wants to merge 4 commits into
Conversation
29644c0 to
fe0a162
Compare
|
Hello @bujjibabukatta - thank you for your contributions to Apache Airflow! The Airflow community has introduced a limit of 5 open pull requests at a time for contributors without write access to the repository. You currently have 16 open pull requests, so - as a one-time step of introducing the limit - we closed the ones where maintainers have not engaged yet:
These pull requests stay open because maintainers are already engaged in them - they count towards your limit:
This is not a judgement of you or of your changes. We never told contributors before that opening many pull requests at once was a problem, so there is nothing to feel bad about - and nothing is lost: your branches, commits and the review history stay where they are. What we ask you to do is to make your first prioritization decision: choose which of the pull requests above matter most to you, and reopen them (up to 5 open at a time, including the ones still open) with the "Reopen pull request" button or While your pull requests are waiting for review, the most valuable thing you can do is help in other ways - reviewing other contributors' pull requests, helping with issues, and taking part in the discussions on the devlist and Slack. Why we introduced the limit, what it means for you and how to reopen or restore a pull request is explained in https://github.com/apache/airflow/blob/main/contributing-docs/32_open_pull_request_limit.rst. Drafted-by: Claude Code (Opus 5); reviewed by @potiuk before posting |
Adds
TaskContext.hasMappedDependantsto the TypeScript SDK, mirroringthe
should_retryfield pattern already used for TIRunContext →TaskContext mapping.
When
true, returning an array from a task handler causes thesupervisor to record
mapped_lengthon the return-value XComautomatically, letting the scheduler expand downstream mapped
dependants — matching behavior already available to Python task
handlers.
Changes:
ts-sdk/src/sdk/task.ts— addreadonly hasMappedDependants: booleanto the public
TaskContextinterfacets-sdk/src/coordinator/runtime.ts— wireti_context.has_mapped_dependantsinto
buildContext(), defaulting tofalsewhen the server omits itts-sdk/tests/coordinator/integration.test.ts— cover both thetrueand default-falsecases end-to-end through the coordinatorts-sdk/tests/coordinator/client.test.ts,ts-sdk/tests/public-api.test.ts—update existing
TaskContextfixtures/type assertions for the newrequired field
Depends on
has_mapped_dependantsexisting onTIRunContext(#70571) — rebased onto that once merged,
schema.json/supervisor.tsregeneration is a no-op beyond the one field.closes: #71063
Was generative AI tooling used to co-author this PR?
Important
🛠️ Maintainer triage note for @bujjibabukatta · by
@potiuk· 2026-08-13 12:55 UTCHelpful heads-up from the maintainers — please address before this PR can be reviewed:
Full list of what we check: Pull Request quality criteria.
The ball is in your court — you've been assigned to this PR. Fix the above, then mark it Ready for review.
Automated triage — may be imperfect; a maintainer takes the next look.