dstandish commented on code in PR #25141:
URL: https://github.com/apache/airflow/pull/25141#discussion_r925239739


##########
airflow/www/utils.py:
##########
@@ -745,3 +747,25 @@ def should_show(self, securitymanager) -> bool:
             if not user_roles.intersection(set(self.roles)):
                 return False
         return True
+
+
+def get_dataset_triggered_next_run_info(dag_ids: List[str], session: Session) 
-> Dict[str, Tuple[int, int]]:

Review Comment:
   sounds good.. could also add `:meta private:` i guess 🤷 just trying to 
minimize anything "public".  but i probably nothing in views should be 
considered public anyway right?



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