ashb commented on a change in pull request #7753: [AIRFLOW-5705][depends on AIRFLOW-7076] Make AwsSsmSecretsBackend consistent with VaultBackend URL: https://github.com/apache/airflow/pull/7753#discussion_r395000868
########## File path: tests/providers/apache/hive/hooks/test_hive.py ########## @@ -33,7 +33,7 @@ from airflow.models.dag import DAG from airflow.providers.apache.hive.hooks.hive import HiveCliHook, HiveMetastoreHook, HiveServer2Hook from airflow.providers.apache.hive.operators.hive import HiveOperator -from airflow.secrets import CONN_ENV_PREFIX +from airflow.secrets.environment_variables import CONN_ENV_PREFIX Review comment: ? ---------------------------------------------------------------- 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] With regards, Apache Git Services
