Airflow Tree View for larger dags
See original GitHub issueHi, Airflow Web UI shows nothing on tree view for larger dags (more than 100 tasks), although it’s working fine for smaller dags. Anything that is needed to be configured in airflow.cfg
to support larger dags in the UI?
Smaller Dag:
Apache Airflow version: 2.1.0 (Celery)
Environment:
- Cloud provider or hardware configuration:
AWS EC2
- OS (e.g. from /etc/os-release):
Ubuntu 18.04
- Kernel (e.g.
uname -a
):5.4.0-1045-aws
- Install tools:
pip
What you expected to happen:
It is rendering correctly on Airflow 1.10.13 (Sequential)
How to reproduce it:
Create a sample dag with >=
100 tasks
Anything else we need to know:
The cli command for viewing dag tree is working correctly airflow tasks list services_data_sync --tree
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:16 (8 by maintainers)
Top Results From Across the Web
UI / Screenshots - Apache Airflow
Tree View ¶. A tree representation of the DAG that spans across time. If a pipeline is late, you can quickly see where...
Read more >Airflow 2.3 — New Grid View
The new grid view is the starting point for an immersive experience in which — by clicking on individual tasks (i.e., grid squares)...
Read more >Clean tree view in Airflow interface - python
Also, in the Airflow web app, you can adjust the number of runs dropdown in the DAG Tree View to show a bigger/smaller...
Read more >Airflow UI Walkthrough
The tree view also represents the DAG. If you think your pipeline took a longer time to execute than expected then you can...
Read more >A Deep Dive into the Airflow UI - YouTube
... DAGs and DAG runs through the graph view and the (now replaced) tree view, but the UI has many other powerful views,...
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 FreeTop 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
Top GitHub Comments
Yeah, it’s always the same for me, auto-refresh on or off
Whenever