github-actions[bot] opened a new pull request, #63417: URL: https://github.com/apache/airflow/pull/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]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
