syedahsn commented on code in PR #30032:
URL: https://github.com/apache/airflow/pull/30032#discussion_r1169357850
##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -634,6 +661,14 @@ def conn(self) -> BaseAwsConnection:
else:
return self.get_resource_type(region_name=self.region_name)
+ @cached_property
Review Comment:
I've tested without the `cached_property` decorator, and everything works as
expected. Thanks for pointing this out!
--
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]