RNHTTR commented on issue #35935: URL: https://github.com/apache/airflow/issues/35935#issuecomment-1900388459
> Perhaps whenever a task has any pending state we highlight the dependencies and otherwise it is collapsed by default. What do you mean by "pending state"? Like scheduled & queued? I don't think that's sufficient, because the really tricky case IMO is when `depends_on_past=True`. The task will be in the "no status" state, and it's super confusing to figure out why a DAG is still running, but no tasks are moving to scheduled. This just "got" me again:  I was debugging a `depends_on_past=True` issue, and it took me a few minutes to realize what was going on when the task wasn't moving to scheduled, and I'm already aware of this issue. I think the solution should be to highlight dependencies if 1. dependencies exist and 2. the task is in one of no status, scheduled, or queued. -- 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]
