Task Duration Missing from the Graph View Tool-tip for Running Tasks
See original GitHub issueApache Airflow version: 1.10.10
Environment:
- Cloud provider or hardware configuration: AWS EC2 m5.2xlarge
- OS (e.g. from /etc/os-release): Ubuntu 18.04.4 LTS
- Kernel (e.g.
uname -a
): Linux 4.15.0-1063-aws #67-Ubuntu SMP Mon Mar 2 07:24:29 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux - Install tools: Python 3.7.7/Pip in a virtual environment
- Others: RBAC UI, on a standalone server with the LocalExecutor running a PostgreSQL repository
What happened: The Graph View tool-tip does not display the duration of running tasks while the Tree View does. In addition, the Graph View shows “Invalid Date” for the “Ended:” field while the Tree View displays the current datetime.
What you expected to happen: The Graph View should show the same date and duration information as the Tree View for running tasks.
How to reproduce it: While a DAG is executing, examine the tool-tips in both the Tree View and Graph View pages.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Highcharts Synchronized charts with missing data points
This causes a the crosshair and tooltip to become out of sync between the two graphs. I have enabled connectNulls: true on both...
Read more >DAGs — Airflow Documentation
A DAG (Directed Acyclic Graph) is the core concept of Airflow, collecting Tasks together, organized with dependencies and relationships to say how they...
Read more >View threads in the Parallel Stacks window - Visual Studio ...
In Threads view, the tooltip shows all threads, in a table similar to the Threads window. Tasks view. If your app uses System.Threading.Tasks....
Read more >GANTT chart visuals in Power BI - YouTube
You can use the visuals to recreate a schedule or a project center view. As long as you have a name, start and...
Read more >Gantt Charts | Google Developers
Google Gantt charts illustrate the start, end, and duration of tasks within a project, as well as any dependencies a task may have....
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
I start working on this bug, have already reproduced the issue and start fixing it. will submit a PR soon
fixed in #8675