SIGN IN SIGN UP
apache / airflow UNCLAIMED

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

0 0 89 Python

Fix ECS Executor compatibility with Airflow 3.x in `try_adopt_task_instances` (#62192)

* Fix ECS Executor compatibility with Airflow 3.x in try_adopt_task_instances

The try_adopt_task_instances method was calling ti.command_as_list() which
doesn't exist in Airflow 3.x due to Task SDK changes. This caused scheduler
to crash with AttributeError when trying to adopt orphaned ECS tasks.

* Fix ECS Executor compatibility with Airflow 3.x in try_adopt_task_instances

---------

Co-authored-by: iamapez <alexander@tradepost.co>
V
Vincent committed
36b9c0f23c5ae52a40c8a32b783858dc4ff151db
Parent: b5217e8
Committed by GitHub <noreply@github.com> on 2/22/2026, 7:21:58 PM