Skip to content

[v3-1-test] fix: LatestOnlyOperator not working if direct upstream of Dynamic Task Map (#62287)#63417

Merged
eladkal merged 1 commit intov3-1-testfrom
backport-41d897f-v3-1-test
Mar 12, 2026
Merged

[v3-1-test] fix: LatestOnlyOperator not working if direct upstream of Dynamic Task Map (#62287)#63417
eladkal merged 1 commit intov3-1-testfrom
backport-41d897f-v3-1-test

Conversation

@github-actions
Copy link

  • fix: use parent's map_index for XCom lookup in NotPreviouslySkippedDep
    When an unmapped SkipMixin parent (e.g., LatestOnlyOperator) is upstream
    of a dynamically mapped task, the child task must look up XCom using
    map_index=-1 (the parent's XCom storage index) rather than the child's
    own map_index. This fix ensures mapped downstream TIs are correctly
    skipped when appropriate.
    Fixes LatestOnlyOperator not working if just before a Dynamic Task Mapping #62118

  • fix: apply ruff formatting and import sorting

  • Split long multi-argument function call across lines
  • Fix import order: move XComModel import before providers
  • ci: trigger CI re-run (transient docs build cache failure)
    (cherry picked from commit 41d897f)

Co-authored-by: Stanislav Chernov bintocher@yandex.com

…of Dynamic Task Map (#62287)

* fix: use parent's map_index for XCom lookup in NotPreviouslySkippedDep
When an unmapped SkipMixin parent (e.g., LatestOnlyOperator) is upstream
of a dynamically mapped task, the child task must look up XCom using
map_index=-1 (the parent's XCom storage index) rather than the child's
own map_index. This fix ensures mapped downstream TIs are correctly
skipped when appropriate.
Fixes #62118

* fix: apply ruff formatting and import sorting

- Split long multi-argument function call across lines
- Fix import order: move XComModel import before providers

* ci: trigger CI re-run (transient docs build cache failure)
(cherry picked from commit 41d897f)

Co-authored-by: Stanislav Chernov <bintocher@yandex.com>
@eladkal eladkal merged commit 234690f into v3-1-test Mar 12, 2026
58 checks passed
@eladkal eladkal deleted the backport-41d897f-v3-1-test branch March 12, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants