hankehly commented on code in PR #24770:
URL: https://github.com/apache/airflow/pull/24770#discussion_r911550349
##########
airflow/www/static/js/dags.js:
##########
@@ -428,17 +433,42 @@ function refreshDagRuns(error, json) {
});
}
-function handleRefresh() {
+function getAllDagIds() {
Review Comment:
`getAllDagIds` and `getActiveDagIds` return an array of dag ids. Passing
either function to `handleRefresh` or `refreshDagStats` let's the developer
specify all / just a subset of dag ids to use in the HTTP request.
--
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]