ImanLakjiri opened a new issue, #41468: URL: https://github.com/apache/airflow/issues/41468
### Apache Airflow version 2.10.0rc1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I executed the following command to backfill Airflow DAGs: `airflow dags backfill -s "$current_date" -e "$next_day" "$DAG_ID" --reset-dagruns` However, I encountered several issues: I cannot clear tasks from the Airflow UI. If the backfill process is interrupted or killed, I cannot restart or resume the DAG from the UI. ### What you think should happen instead? _No response_ ### How to reproduce Run the backfill command: `airflow dags backfill -s "$current_date" -e "$next_day" "$DAG_ID" --reset-dagruns` Check the Airflow UI: Attempt to clear tasks and verify if the option is functional. Try to restart or resume the DAG if the process is killed. ### Operating System cat /etc/os-release ### Versions of Apache Airflow Providers Version: [v2.8.0](https://pypi.python.org/pypi/apache-airflow/2.8.0) ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [X] 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]
