pierrejeambrun opened a new pull request, #73192: URL: https://github.com/apache/airflow/pull/73192
Backport of #73178 to `v3-3-test`. Cherry-picked from d1df638bfb123ea14409e384d66d83167c7bd87b. Conflict resolutions: - `airflow-core/src/airflow/ui/src/pages/Dashboard/Stats/Stats.tsx`: the "active Dags" card uses a different filter on v3-3-test (`paused=false`) than on main (`scheduling_state=active`), so this card conflicted while the other three auto-merged. Kept the v3-3-test filter and applied the leading-slash fix → `link="/dags?paused=false"`. - `airflow-core/src/airflow/ui/src/pages/Dashboard/Stats/Stats.test.tsx`: dropped. The file did not exist on v3-3-test — it was introduced on main by #72407 (not backported), and the pre-fix version asserts on `scheduling_state=active`, which does not match v3-3-test. Adapting or backporting it would pull in an unbackported PR's test scaffolding, so keeping the backport minimal. --- ##### 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]
