ferruzzi commented on code in PR #36962:
URL: https://github.com/apache/airflow/pull/36962#discussion_r1463848673
##########
airflow/providers/amazon/aws/executors/ecs/ecs_executor.py:
##########
@@ -470,3 +482,44 @@ def get_container(self, container_list):
if container["name"] == self.container_name:
return container
raise KeyError(f"No such container found by container name:
{self.container_name}")
+
+ def try_adopt_task_instances(self, tis: Sequence[TaskInstance]) ->
Sequence[TaskInstance]:
Review Comment:
Yeah, I had some git issues in another PR I was working on at the same time
and thought I untangled them, but it looks like I didn't sort out this branch.
--
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]