amoghrajesh commented on code in PR #51873: URL: https://github.com/apache/airflow/pull/51873#discussion_r2176758452
########## airflow-core/src/airflow/cli/commands/connection_command.py: ########## @@ -33,9 +33,9 @@ from airflow.cli.utils import is_stdout, print_export_output from airflow.configuration import conf from airflow.exceptions import AirflowNotFoundException -from airflow.hooks.base import BaseHook from airflow.models import Connection from airflow.providers_manager import ProvidersManager +from airflow.sdk import BaseHook Review Comment: Yeah not a bad idea, moved it -- 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]
