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


##########
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:
   Moved it into views, but left it alone otherwise as it seems every other 
method also isn't marked private.



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