potiuk opened a new issue, #52907: URL: https://github.com/apache/airflow/issues/52907
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 3.0.3rc3 ### What happened? When you trigger a DAG via UI, the grid does not refresh to show the new dag run, you need to refresh the page manually so that the new dag run shows up, and once you do it, states of tasks are automatically refreshing. You can see it in this video: https://drive.google.com/file/d/1VbQ_464jWPFwxIyM5FC44kTP6q-2L6oo/view?usp=drive_link ### What you think should happen instead? I think after triggering the dag, the grid should get refreshed with the new dag run right after, so that you can start seeing the progress of your triggered dag run immediately, without having to click refresh button. ### How to reproduce Build release packages as described in "verify by PMC members" chapter: https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md Build task-sdk in similar fashion Run: ``` breeze start-airflow --use-airflow-version wheel --use-distributions-from-dist --distribution-format wheel --load-example-dags --load-default-connections ``` Go to "complex" dag and trigger it. You should see behaviour similar to https://drive.google.com/file/d/1VbQ_464jWPFwxIyM5FC44kTP6q-2L6oo/view?usp=drive_link ### Operating System Mac OS ### Versions of Apache Airflow Providers * no providers - only pre-installed once that are coming with airflow installation ### Deployment Other ### Deployment details Breeze ### 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org