jscheffl commented on code in PR #59062:
URL: https://github.com/apache/airflow/pull/59062#discussion_r2596435081
##########
airflow-core/src/airflow/secrets/local_filesystem.py:
##########
@@ -310,10 +336,21 @@ def _local_connections(self) -> dict[str, Connection]:
return {}
return load_connections_dict(self.connections_file)
+ @property
Review Comment:
Ah, okay, did not see this, then it is OK like it is.
--
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]