ecodina commented on code in PR #59062:
URL: https://github.com/apache/airflow/pull/59062#discussion_r2596195334


##########
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:
   I implemented the feature by copying exactly what was already available for 
connections and variables. So maybe if we add it here, we should also add it 
there. Since I'm not an expert, let's see what de CODEOWNERS say!



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