ffinfo commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges
to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r259609863
##########
File path: airflow/www/templates/airflow/graph.html
##########
@@ -53,7 +53,7 @@
{% for op in operators %}
<div class="legend_item"
style="border-width:1px;float:left;background:{{ op.ui_color
}};color:{{ op.ui_fgcolor }};">
- {{ op.__name__ }}
+ {{ op.name }}
Review comment:
This is because I don't pass the operators as class anymore, this would
require to also parse the DAG file again. Now doing a distinct on all
task_instance for a single run from database.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services