The GitHub Actions job "Tests" on airflow.git/backport-41d897f-v3-1-test has 
succeeded.
Run started by GitHub user eladkal (triggered by eladkal).

Head commit for run:
115e169b342072d021c13f952b7ea492fd5ae967 / Stanislav Chernov 
<[email protected]>
[v3-1-test] fix: `LatestOnlyOperator` not working if direct upstream 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 apache/airflow#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 41d897fa8fc4538167b294ec5497adff37cc374b)

Co-authored-by: Stanislav Chernov <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/22993384560

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to