vatsrahul1001 opened a new pull request, #66935: URL: https://github.com/apache/airflow/pull/66935
Cherry-pick of #66196 for the Airflow 3.2.2 patch release. ### Conflict resolution One conflict in `airflow-core/src/airflow/models/backfill.py`. The PR-side after-context included two unrelated `if` checks (`dag.timetable.periodic` and `dag.allowed_run_types`) that come from a separate PR not in this backport set — those aren't part of #66196's diff. Kept v3-2-test's existing structure and applied only #66196's actual change: passing the new `dag_run_conf` argument to `_validate_backfill_params`. ### Fix-up Added `_do_dry_run` to the imports in `airflow-core/tests/unit/models/test_backfill.py` (ruff F821 — upstream's diff added an import block diff that wasn't quite captured in the cherry-pick). Other files (`backfills.py` route, `test_backfills.py`) auto-merged cleanly. --- ##### 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]
