vincbeck commented on code in PR #36079:
URL: https://github.com/apache/airflow/pull/36079#discussion_r1417449599


##########
airflow/providers/amazon/aws/operators/eks.py:
##########
@@ -253,6 +253,7 @@ def __init__(
         self.fargate_selectors = fargate_selectors or [{"namespace": 
DEFAULT_NAMESPACE_NAME}]
         self.fargate_profile_name = fargate_profile_name
         self.deferrable = deferrable
+        self.eks_hook = EksHook(aws_conn_id=self.aws_conn_id, 
region_name=self.region)

Review Comment:
   +1



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to