jx2lee commented on code in PR #41380:
URL: https://github.com/apache/airflow/pull/41380#discussion_r1713955909
##########
airflow/providers/amazon/aws/operators/eks.py:
##########
@@ -1100,4 +1108,22 @@ def execute(self, context: Context):
with eks_hook.generate_config_file(
eks_cluster_name=self.cluster_name, pod_namespace=self.namespace
) as self.config_file:
+ if self.deferrable:
Review Comment:
Thank you for review. I'm still getting familiar with deferrable concept and
will work on resolving the issue as I understand it better.
I'll proceed accordingly, and mention if I need any help!
--
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]