rawwar commented on PR #44306: URL: https://github.com/apache/airflow/pull/44306#issuecomment-2614417866
@pierrejeambrun , while i was working on this, I noticed the following: https://github.com/apache/airflow/blob/f7a9a1581b58c296d8b6edfe71bb72efebb32943/airflow/api_fastapi/core_api/routes/public/connections.py#L206 As the models can have an alias, this `ConnectionBody(**patch_body.model_dump())` will fail when there are alias. Especially when few are validation/serialization alias. -- 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]
