Taragolis commented on code in PR #27823: URL: https://github.com/apache/airflow/pull/27823#discussion_r1032600892
########## airflow/providers/amazon/aws/hooks/base_aws.py: ########## @@ -42,11 +46,13 @@ from dateutil.tz import tzlocal from slugify import slugify +from airflow import __version__ as airflow_version Review Comment: Yep, this should help. Secrets Backends do not use Hook for communicate with SSM Parameter Store / Secrets Manager: https://github.com/apache/airflow/pull/27823#discussion_r1029801751 -- 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]
