bobu-putheeckal opened a new pull request, #67439: URL: https://github.com/apache/airflow/pull/67439
Branch decisions from SkipMixin parents inside mapped TaskGroups are now read from the parent TI's runtime map index. These operators are not themselves MappedOperators, but their task instances still write skip XComs at map_index >= 0, so NotPreviouslySkippedDep must use the mapped TaskGroup context when pulling the XCom. This adds regression coverage for branch siblings inside both expand() and expand_kwargs()-mapped TaskGroups. closes: #67265 Tests: - AIRFLOW_SOURCES=/Users/agentzero/Projects/Open\ Source\ projects/airflow-worktrees/airflow-67265 uv run --no-default-groups --with "apache-airflow-devel-common[pytest,sqlalchemy] @ ./devel-common" --with "apache-airflow-providers-standard @ ./providers/standard" --with "apache-airflow-providers-common-compat @ ./providers/common/compat" pytest airflow-core/tests/unit/ti_deps/deps/test_not_previously_skipped_dep.py -q - uv run --no-default-groups --with ruff ruff check airflow-core/src/airflow/ti_deps/deps/not_previously_skipped_dep.py airflow-core/tests/unit/ti_deps/deps/test_not_previously_skipped_dep.py - git diff --check Generated-by: Codex following https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions -- 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]
