kaxil commented on a change in pull request #11559:
URL: https://github.com/apache/airflow/pull/11559#discussion_r505772426
##########
File path: airflow/www/views.py
##########
@@ -1842,7 +1847,8 @@ class GraphForm(DateTimeWithNumRunsWithDagRunsForm):
nodes=nodes,
edges=edges,
show_external_log_redirect=task_log_reader.supports_external_link,
- external_log_name=external_log_name)
+ external_log_name=external_log_name,
Review comment:
I was mostly thinking of the current DagRun i.e. if this DagRun isn't
running we don't refresh as with the current change, if another DagRun is
running, this will still refresh automatically
You can get the state of it already using `dt_nr_dr_data['dr_state']` (also
used on L1839)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]