qcha41 opened a new issue, #38341:
URL: https://github.com/apache/airflow/issues/38341

   ### Description
   
   Suggestion to add a new command in the CLI / REST API to reproduce the 
"Queue up new tasks" action that can be trigger within the UI, with start_date 
and end_date option to run this for all dag runs lying a given period.
   
   ### Use case/motivation
   
   Right now, when we add new tasks to an existing dag containing existing dag 
runs, it is not straightforward to run the new added tasks in the existing dag 
runs. 
   
   Two workarounds : 
   - `airflow dags backfill` but not satisfying as it transforms "scheduled" 
existing dags run into "backfill" dag runs, which prevent to interact with them 
through the web UI (like clearing tasks, etc.)
   - `airflow tasks render` followed by `airflow tasks clear` but it is not 
convenient as the `render` command is only working for one specific 
execution_date (or run_id).
   
   Or maybe there are already solutions par that ?
   
   ### Related issues
   
   https://github.com/apache/airflow/discussions/30435#discussioncomment-8856597
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to