pierrejeambrun opened a new pull request, #73558:
URL: https://github.com/apache/airflow/pull/73558

   Backport of #73520 to `v3-3-test`.
   
   Cherry-picked from 6036de15b5b075a932f83421e478ad3cad9e9563.
   
   One conflict on 
`airflow-core/src/airflow/api_fastapi/common/parameters/search.py` imports: 
main added `_RegexParam` between v3-3-test's cutoff and now, which pulled in 
`from fastapi import HTTPException, Query, status`. v3-3-test has no 
`_RegexParam` and does not use `HTTPException`/`status` anywhere in this file. 
Resolved by keeping v3-3-test's `from fastapi import Query` and adding only 
`func` to the sqlalchemy import — that's the only new import the fix itself 
needs. The test file 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]

Reply via email to