vandonr-amz commented on code in PR #30032:
URL: https://github.com/apache/airflow/pull/30032#discussion_r1170312053
##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -684,7 +684,6 @@ def conn(self) -> BaseAwsConnection:
else:
return self.get_resource_type(region_name=self.region_name)
- @cached_property
Review Comment:
nit: you could have kept it as a (non-cached) property so that it can be
used like `.conn` without parenthesis
--
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]