huymq1710 opened a new issue, #32642: URL: https://github.com/apache/airflow/issues/32642
### Description The proposed feature is to enhance the functionality of the Airflow Backfill API endpoint. This improvement would allow users to specify a date range for backfilling DAG runs, enabling more granular control over the execution of historical tasks. ### Use case/motivation Currently, there is no direct backfill API endpoint. A workaround is possible by triggering a `backfilling_dag` via the API and using dag_run.conf to pass in parameters such as `start_date`, `end_date`, and `dag_id` for the required backfill (dag_to_be_backfilled). - https://forum.astronomer.io/t/backfill-with-rest-api/2232 ### Related issues _No response_ ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
