-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Description
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
- I agree to follow this project's Code of Conduct