Lee-W commented on code in PR #36330:
URL: https://github.com/apache/airflow/pull/36330#discussion_r1490797175


##########
airflow/providers/amazon/aws/operators/batch.py:
##########
@@ -255,11 +255,16 @@ def execute(self, context: Context):
 
         return self.job_id
 
-    def execute_complete(self, context, event=None):
+    def execute_complete(self, context: Context, event: dict[str, Any] | None 
= None) -> str:

Review Comment:
   I tried to extract a utility function and check the event instead. The 
detail and even signature are different between  execute_complete methods



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