Add ability to edit dag_run conf when re-running tasks #27860
Replies: 3 comments 2 replies
|
I have the same problem when triggering DAGs via CLI (which I use for integration testing during development). I would like to pass the dag a clean database via the |
|
BTW. This is what is expected. Each manually triggered run is separate form another and you can always delete and recreate dag run if you want to re-run it during iterations. Re-run capability is foreseen for a different use case. Changing configuration for re-runs would be violating the idempotency property of the task, so we should not add it for "production" run . Deleting and creating run again while testing/integration is a very viable and "clean" solution. You will have to delete the run anyway eventually when you finish testing. And it's easy to automate. |
|
Hi all, has that PR been implemented? I cannot find any documentation about it. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
not able to edit conf section while re-run. Please find the below snap for the same.

All reactions