jx2lee commented on code in PR #41380:
URL: https://github.com/apache/airflow/pull/41380#discussion_r1720987537


##########
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:
   @vincbeck i need help! 😊
   Could i need to add unit test in this PR?
   in other operator test code amazon provider, i don't find defer test.
   Are there any reference unit-test codes?
   



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