uranusjr commented on code in PR #31662:
URL: https://github.com/apache/airflow/pull/31662#discussion_r1214125961
##########
airflow/www/views.py:
##########
@@ -3084,6 +3084,7 @@ class GraphForm(DateTimeWithNumRunsWithDagRunsForm):
t.task_id: {
"dag_id": t.dag_id,
"task_type": t.task_type,
Review Comment:
Do we still need this? If the only use case if to check SubDagOperator, we
can use operator_name as well.
--
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]