We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c500c0 commit 7f187e5Copy full SHA for 7f187e5
airflow-core/src/airflow/api_fastapi/core_api/services/public/connections.py
@@ -36,7 +36,7 @@
36
37
def update_orm_from_pydantic(
38
orm_conn: Connection, pydantic_conn: ConnectionBody, update_mask: list[str] | None = None
39
-):
+) -> None:
40
"""Update ORM object from Pydantic object."""
41
# Not all fields match and some need setters, therefore copy partly manually via setters
42
non_update_fields = {"connection_id", "conn_id"}
0 commit comments