kaxil commented on a change in pull request #7753: [AIRFLOW-5705] Make AwsSsmSecretsBackend consistent with VaultBackend URL: https://github.com/apache/airflow/pull/7753#discussion_r394059863
########## File path: airflow/providers/amazon/aws/secrets/ssm.py ########## @@ -21,9 +21,10 @@ from typing import List, Optional import boto3 +from cached_property import cached_property from airflow.models import Connection -from airflow.secrets import CONN_ENV_PREFIX, BaseSecretsBackend Review comment: Fixed ---------------------------------------------------------------- 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
