uranusjr commented on code in PR #31662:
URL: https://github.com/apache/airflow/pull/31662#discussion_r1212803474
##########
airflow/www/views.py:
##########
@@ -3067,7 +3067,7 @@ class GraphForm(DateTimeWithNumRunsWithDagRunsForm):
tasks = {
t.task_id: {
"dag_id": t.dag_id,
- "task_type": t.task_type,
+ "operator_name": t.operator_name,
Review Comment:
This is passed to `graph.html` and dumped into JSON for JavaScript. I think
you also need to change something in JavaScript to match this change.
--
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]