pierrejeambrun opened a new pull request, #67163: URL: https://github.com/apache/airflow/pull/67163
Backport of #66008 to `v3-2-test`. Cherry-picked from 73a6641631d9abc5e030dbd2cb95e9d1879ebd22. Conflict resolution: - `airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py` — context drift on `model_dump(exclude=...)`. `v3-2-test` keeps its 2-element exclude set (`task_outlets`, `outlet_events`); `retry_delay_seconds` / `retry_reason` are not on this release branch. Added the PR's actual change (the `rendered_map_index` → `_rendered_map_index` rename) on top. - `airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py` — pre-commit's ruff autofix removed the now-unused `from tests_common.test_utils.config import conf_vars` import (the only usage was the test the PR rewrote, and the `TestPatchTaskInstance` decorators that needed it on main aren't on `v3-2-test`). --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.7) Generated-by: Claude Code (Opus 4.7) following [the guidelines](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]
