vyncint opened a new pull request, #70205: URL: https://github.com/apache/airflow/pull/70205
`dagProcessor.labels` is documented as applying to Dag processor objects and pods, but the Deployment metadata currently receives only global labels. Apply component-specific labels there too, preserving the existing component-over-global precedence. The regression test covers a global-only label, a component-only label, and a colliding label key. closes: #53190 Tests: - `breeze testing helm-tests --use-xdist` (2061 passed) - `prek run --from-ref main --stage pre-commit` - `prek run --from-ref main --stage manual` - `breeze ci selective-check --commit-ref HEAD` --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Codex (GPT-5) Generated-by: Codex (GPT-5) 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]
