Auto-Refresh is broken in graph view 2.4.1
See original GitHub issueApache Airflow version
2.4.1
What happened
After starting a DAG, the auto-refresh works in the grid view but not in the graph view.
The top-right auto-refresh icon shows indefinitely that the page is refreshing but nothing happens.
It is necessary to refresh the whole page to show the current status.
What you think should happen instead
The auto-refresh should work and show the current status of the tasks.
How to reproduce
Start a DAG in version 2.4.1.
Operating System
Alpine on Kubernetes
Versions of Apache Airflow Providers
apache-airflow-providers-apache-hdfs==3.1.0
apache-airflow-providers-celery==3.0.0
apache-airflow-providers-cncf-kubernetes==4.4.0
apache-airflow-providers-common-sql==1.2.0
apache-airflow-providers-datadog==3.0.0
apache-airflow-providers-exasol==2.1.3
apache-airflow-providers-ftp==3.1.0
apache-airflow-providers-http==4.0.0
apache-airflow-providers-imap==3.0.0
apache-airflow-providers-jenkins==3.0.0
apache-airflow-providers-microsoft-mssql==3.2.1
apache-airflow-providers-odbc==3.1.2
apache-airflow-providers-oracle==3.1.0
apache-airflow-providers-postgres==5.0.0
apache-airflow-providers-redis==3.0.0
apache-airflow-providers-slack==5.1.0
apache-airflow-providers-sqlite==3.2.1
apache-airflow-providers-ssh==3.2.0
Deployment
Other 3rd-party Helm chart
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
- I agree to follow this project’s Code of Conduct
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Release Notes — Airflow Documentation
Fix broken auto-refresh on grid view (#25950). Use per-timetable ordering in grid UI (#25880). Rewrite recursion when parsing DAG into iteration (#25898).
Read more >Refreshing dags without web server restart apache airflow
When the webserver is running, it refreshes dags every 30 seconds or so by default, but this will refresh them in between if...
Read more >Untitled
Watch web therapy online season 4, Infuse learning teacher sign in, ... Ginza stores map, Shinn kiteboard size chart, Vivanco tva 401 instrukcja!...
Read more >Cinema 4D ShaderGraph - Redshift Documentation - Global Site
The Shader Graph Editor is broken up into a couple sections, ... to a material without using the GraphEditor, we can select the...
Read more >Untitled
Seiko 5 dress watch, Broken nose boxing, Foreverlin long lost download, Lisa anastasia offer, Paroxysmal neuropathic pruritus, #Hermit crabs without shell, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just opened https://github.com/apache/airflow/pull/26926 to fix this, thanks for reporting the issue.
Should be solved now. Closing