raviagarwalunravel commented on a change in pull request #5118: [AIRFLOW-4315]
Add monitoring API's to airflow
URL: https://github.com/apache/airflow/pull/5118#discussion_r280703596
##########
File path: airflow/models/dagrun.py
##########
@@ -113,8 +113,9 @@ def refresh_from_db(self, session=None):
@staticmethod
@provide_session
def find(dag_id=None, run_id=None, execution_date=None,
+ execution_date_before=None, execution_date_after=None,
state=None, external_trigger=None, no_backfills=False,
- session=None):
+ session=None, state_not_equal=None):
Review comment:
done.
----------------------------------------------------------------
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]
With regards,
Apache Git Services