jscheffl commented on code in PR #48109:
URL: https://github.com/apache/airflow/pull/48109#discussion_r2014992302


##########
airflow-core/src/airflow/api_fastapi/core_api/services/public/connections.py:
##########
@@ -34,6 +34,26 @@
 from airflow.models.connection import Connection
 
 
+def update_orm_from_pydantic(
+    orm_conn: Connection, pydantic_conn: ConnectionBody, update_mask: 
list[str] | None = None
+):

Review Comment:
   Okay, return type is `None` - usually we do not define it. But okay, 
adjusted.



-- 
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