uranusjr commented on issue #23911:
URL: https://github.com/apache/airflow/issues/23911#issuecomment-1212810149

   > do we have the number of task that ran written to the database
   
   There’s not a count available directly, but each task is an individual row 
in the database, so you can issue a `count()` with appropriate filter on state 
to get the number.


-- 
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]

Reply via email to