uranusjr commented on pull request #16358: URL: https://github.com/apache/airflow/pull/16358#issuecomment-858488505
Yeah, this generates a `SELECT COUNT(dag_id) FROM dag_run` basically, and since we have an index on `(dag_id, state)` the query should be pretty fast. -- 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]
