uranusjr commented on code in PR #57914:
URL: https://github.com/apache/airflow/pull/57914#discussion_r2496840176
##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/connections.py:
##########
@@ -121,7 +120,7 @@ class ConnectionHookMetaData(BaseModel):
default_conn_name: str | None
hook_name: str
standard_fields: StandardHookFields | None
- extra_fields: abc.MutableMapping | None
+ extra_fields: Mapping | None
Review Comment:
This is only ever used in the front end so there’s no point it being mutable.
--
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]