vincbeck opened a new pull request, #62192: URL: https://github.com/apache/airflow/pull/62192
Follow-up of #58207. Fixes https://github.com/apache/airflow/issues/58205. The `try_adopt_task_instances` method in the ECS Executor was calling `ti.command_as_list()` which doesn't exist in Airflow 3.x due to Task SDK changes. This caused the scheduler to crash with AttributeError when trying to adopt orphaned ECS tasks. -- 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]
