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

Head commit for run:
234690f5ae00ab266305a5cee0448c5ca027b3c2 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] fix: `LatestOnlyOperator` not working if direct upstream of Dynamic 
Task Map (#62287) (#63417)

* 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/22994910458

With regards,
GitHub Actions via GitBox


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

Reply via email to