diligejy opened a new pull request, #63103: URL: https://github.com/apache/airflow/pull/63103
This PR fixes an issue where connection IDs containing slashes (\/\) resulted in 404 or 422 errors specifically in the Execution API. By using the \:path\ converter in FastAPI routes, we allow these IDs to be correctly captured as single path parameters. Additionally, \conn_type\ in the connection datamodel has been made optional to handle cases where it might be missing without causing a server-side validation error. closes: #57864 ##### Was generative AI tooling used to co-author this PR? - [x] Yes (Antigravity) - [ ] No Generated-by: Antigravity 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]
