You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the /clearTaskInstances REST API endpoint by adding support for clearing specific task instances using map_indexes.
This feature is especially valuable for dynamically mapped operators, which can generate multiple task instances for a single operator. Currently, while the Airflow UI allows clearing individual task instances by map_index, this capability is not available via the /clearTaskInstances endpoint
Use case/motivation
We want to provide users with the ability to retry specific instances of a failed mapped task. To enable this, the REST API should support clearing specific map_index(es) for a given task ID.
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
Description
Enhance the
/clearTaskInstances
REST API endpoint by adding support for clearing specific task instances using map_indexes.This feature is especially valuable for dynamically mapped operators, which can generate multiple task instances for a single operator. Currently, while the Airflow UI allows clearing individual task instances by map_index, this capability is not available via the /clearTaskInstances endpoint
Use case/motivation
We want to provide users with the ability to retry specific instances of a failed mapped task. To enable this, the REST API should support clearing specific
map_index
(es) for a given task ID.Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: