pierrejeambrun opened a new pull request, #70010: URL: https://github.com/apache/airflow/pull/70010
Backport of #69957 to `v3-3-test`. Cherry-picked from a6d87ba5b0157baf744995d47dd5d6a47e798edb. **Conflict resolution (`connections.py`):** the cherry-pick pulled in the `get_team_name` / `is_authorized_connection(GET)` authorization scaffolding from #67620, which is not on `v3-3-test`. Only #69957's own change was applied — skipping stored credentials when the request overrides the stored connection's host or port — adapted to the `v3-3-test` code structure (the inline `try/except` was converted to `existing_conn: Connection | None` + `if/else`, mirroring the post-#69957 shape on `main` minus the #67620 dependency). The test file applied cleanly, and all connection-test unit tests pass. --- ##### 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]
