vandonr-amz commented on code in PR #33952:
URL: https://github.com/apache/airflow/pull/33952#discussion_r1313518761


##########
airflow/providers/amazon/aws/triggers/emr.py:
##########
@@ -242,7 +242,7 @@ def __init__(
         )
 
     def hook(self) -> AwsGenericHook:
-        return EmrContainerHook(self.aws_conn_id)
+        return EmrContainerHook(aws_conn_id=self.aws_conn_id)

Review Comment:
   yes, sure we can, but it shouldn't be necessary as we use it only in once 
place.



-- 
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]

Reply via email to