o-nikolas commented on code in PR #51255:
URL: https://github.com/apache/airflow/pull/51255#discussion_r2116831784


##########
providers/amazon/src/airflow/providers/amazon/aws/operators/eks.py:
##########
@@ -1072,3 +1073,15 @@ def execute(self, context: Context):
             eks_cluster_name=self.cluster_name, pod_namespace=self.namespace
         ) as self.config_file:
             return super().execute(context)
+
+    def trigger_reentry(self, context: Context, event: dict[str, Any]) -> Any:

Review Comment:
   How many times will this be run? Just once once the we've resumed from the 
trigger?
   
   Also, this is the first time I'm seeing it, what's the difference between 
`trigger_reentry` and `execute_complete`?



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