robinedwards commented on a change in pull request #6684: [AIRFLOW-6095] Filter
dags returned by task_stats
URL: https://github.com/apache/airflow/pull/6684#discussion_r361932030
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -403,7 +405,7 @@ <h2>DAGs</h2>
container: "body",
});
});
- d3.json("{{ url_for('Airflow.task_stats') }}", function(error, json) {
+ d3.json("{{ url_for('Airflow.task_stats') }}?dag_ids=" +
all_dags_ids.join(','), function(error, json) {
Review comment:
Hey sorry this got lost in my inbox. I still have to provide a PR for the
/blocked endpoint. Happy to provide an additional PR switching the rest of the
end points to use getlist() if you guys prefer it?
----------------------------------------------------------------
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]
With regards,
Apache Git Services