sweetkobem opened a new issue, #52519: URL: https://github.com/apache/airflow/issues/52519
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I have some issue about new task in existing DAG: - When I added a new task to an existing DAG, the task didn't appear in the UI. <img width="147" alt="Image" src="https://github.com/user-attachments/assets/fc997d2b-a15b-4bd1-a62d-714f628f58f4" /> <img width="654" alt="Image" src="https://github.com/user-attachments/assets/fad3473d-c8dd-4c2e-a532-d1fb4da2a487" /> - When I cleared one of the DAG run IDs, the Grid view disappeared from the Airflow UI. <img width="301" alt="Image" src="https://github.com/user-attachments/assets/fd6746d0-597c-4fd5-81b1-691dab929e95" /> And when I tried to clear task instances for the past or future, it didn't work. <img width="880" alt="Image" src="https://github.com/user-attachments/assets/ed76d302-2515-44f0-bbbe-2e2e60bbe30d" /> ### What you think should happen instead? _No response_ ### How to reproduce Problem with new task in existing DAG: - Create DAG with 1 or 2 Task. - Run DAG. - Add new task in DAG (New task not show in Grid but in Graph show). - Clear 1 run id, and grid is blank. Problem with clear past or future: - Goto task - Clear Task - Choose Past or future. ### Operating System Mac OS ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit 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]
