mik-laj commented on a change in pull request #9907:
URL: https://github.com/apache/airflow/pull/9907#discussion_r464043895
##########
File path: airflow/cli/commands/connection_command.py
##########
@@ -26,6 +26,8 @@
from airflow.models import Connection
from airflow.utils import cli as cli_utils
from airflow.utils.session import create_session
+from airflow.secrets.local_filesystem import load_connections
Review comment:
I think we should move these functions to another module in order not to
create dependencies between CLI and `airflow.secrets.local_filesystem` package.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]