dimitrijepetrovic opened a new issue #8966:
URL: https://github.com/apache/airflow/issues/8966
When trying to view task_isntance list or dag_run (by clicking on circles on
the front page)
dag_id field is passed as undefined
dags.html (line 430) - value of "d" is undefined
`
.on('click', function(d, i) {
if (d.count > 0)
window.location = "{{ url_for('DagRunModelView.list')
}}?_flt_3_dag_id=" + d.dag_id + "&_flt_3_state=" + d.state;
})
`
----------------------------------------------------------------
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]