dstandish commented on a change in pull request #7753: [AIRFLOW-5705] Make AwsSsmSecretsBackend consistent with VaultBackend URL: https://github.com/apache/airflow/pull/7753#discussion_r394057083
########## 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: `CONN_ENV_PREFIX` should probably be moved to `airflow/secrets/environment_variables.py` since it is no longer a shared pattern, but something specific to the env vars backend... ---------------------------------------------------------------- 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
