ephraimbuddy commented on issue #23227:
URL: https://github.com/apache/airflow/issues/23227#issuecomment-1120740197
@bbovenzi @Bowrna I'm leaning towards updating the existing
clearTaskInstances endpoint to optionally accept dag_run_id. This is a
duplication of the existing endpoint
(`/api/v1/dags/{dag_id}/clearTaskInstances`). There's nothing new that we want
to introduce with the new endpoint. We could update the existing one to either
accept `execution_date` or `dagrun_id`. I believe that's what the UI is doing.
The current clear task instance endpoint can clear a specific dagrun given the
execution date
--
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]