Replies: 4 comments 1 reply
-
only backfill is your option AFAIK. |
Beta Was this translation helpful? Give feedback.
-
I am in the exact same situation. Backfill does the job indeed, but is absolutely not convenient, as it transforms existing "scheduled" dag runs into "backfill" dag runs, which prevent to interact with them afterwards from the UI (to clear them, etc.) It would be really convenient to have the exact same logic as the "Queue up new tasks" action implemented in the CLI / rest api, but with the ability to specify the start_date and the end_date as in the backfill CLI command. In that case, reloaded existing dags would be still usable through the UI. What's your opinion on that ? For now, what I'm doing is I just opened an issue for that #38342 |
Beta Was this translation helpful? Give feedback.
-
How is this done in Airflow 3.0.2? In the UI the Queue up new tasks is unclickable and I can't find any way to use CLI for it as mentioned above which was true in Airflow 2.x. Is there really no way to queue up new tasks in 3.x? |
Beta Was this translation helpful? Give feedback.
-
If #52177 (coming in 3.1.0) won't solve your issue then I suggest to create a feature request. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Lets assume I have a DAG, which has a bunch of successful runs. I have added new tasks to this DAG.
In the UI I can select the run and click on "Queue up new tasks" to make those new tasks run. Is there a functionality in the CLI which would allow me to run those new tasks across many runs for this DAG using a regex for the task name?
Ive considered the following options:
Beta Was this translation helpful? Give feedback.
All reactions