예제 #1
0
 def get_all_dag_runs_db(self):
     """
     Wrapper for call to the airflow db to get all dag runs
     :returns: a list of dictionaries representing dag runs in airflow
     """
     return AIRFLOW_DB.get_all_dag_runs()
예제 #2
0
 def _get_all_dag_runs_db(self):
     """
     Wrapper for call to the airflow database to get all actions
     :returns: a list of dag_runs dictionaries
     """
     return AIRFLOW_DB.get_all_dag_runs()