bbovenzi commented on issue #23227:
URL: https://github.com/apache/airflow/issues/23227#issuecomment-1140912236
@ephraimbuddy that PR was to clear an entire DAG run. This issue is to clear
specific task instances. Maybe we need a more complex request body:
```
{
instances: [
{ task_id: 'task', map_index: 3 },
{ task_id: 'other_task' } // default to map_index = -1
]
}
--
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]