Clear Task Instance for past or future doesn't work on Airflow 3? #53585
Unanswered
josegabrielrivera
asked this question in
General
Replies: 2 comments
|
Definitely looks like a bug to me. The "Future" button is not working at all. If you use Network inspector, you'll see an error |
0 replies
|
I've opened an issue, let's see if someone can confirm: #54134 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
#47036 includes a validation that raises an exception when a clear instance call is made with the dag_run_id is defined.
The problem comes when you try to do one of the most common re-run scenario using the UI: Clear Task Instance for future + downstream. You can't, because selecting the task automatically adds a dag_run_id to the request if I'm not wrong.
The re-run tasks documentation says that this is the way to proceed for re-running tasks:
Now it forces you to clear the dags one by one, instead of let airflow calculate all the necessary tasks to be cleared.
Is this a bug? Or is it the intended behavior?
All reactions