tquazi commented on issue #30328:
URL: https://github.com/apache/airflow/issues/30328#issuecomment-1563061166
I was planning on adding the following functionality:
1. Add ability to select a task/task_group in the grid view. (task_group is
clickable today, it just expands the sub tasks)
2. Chart view based on grid selection:
a. If nothing is selected: Build a Gannt chart with Min/Max/Avg for all
task. ?
b. If TaskGroup is selected: Regular task duration chart for all the
tasks under that task group.
c. If Task is selected: Regular task duration chart for that specific
task.
d. If DagRun is selected: Display bar chart with all tasks on x-axis?
e. If TaskInstance is selected: ?? Same as DagRun view?
Let me know your thoughts on this.
Please go ahead and add any additional changes that are needed to the grid
view. Thanks
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]