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_r280671692
 
 

 ##########
 File path: airflow/www/api/experimental/endpoints.py
 ##########
 @@ -115,13 +239,23 @@ def dag_runs(dag_id):
     """
     Returns a list of Dag Runs for a specific DAG ID.
     :query param state: a query string parameter 
'?state=queued|running|success...'
+    :query param state_not_equal: a query string parameter 
'?state_not_equal=queued|running|success...'
+    :query param execution_date_before: a query string parameter to find all 
runs before provided date,
+    should be in format "YYYY-mm-DDTHH:MM:SS", for example: 
"2016-11-16T11:34:15".'
 
 Review comment:
   removed.

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

Reply via email to