pierrejeambrun opened a new pull request, #69918: URL: https://github.com/apache/airflow/pull/69918
Backport of #69913 to `v3-3-test`. Cherry-picked from 4e0f297dc44424f903285f3eed3c08647b39cc17. One conflict, in `airflow-core/src/airflow/api_fastapi/core_api/routes/ui/grid.py`: on `main` the grid-runs query returns a 3-tuple `(run, has_missed, has_note)`, but `v3-3-test` doesn't have the `has_note` column yet, so it returns a 2-tuple `(run, has_missed)`. Kept the release-branch 2-tuple shape and applied only this PR's actual change (dropping `.unique()`). The other 6 files applied as pure `.unique()` removals. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) 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]
