XD-DENG commented on a change in pull request #4884: [AIRFLOW-4015] Add
get_dag_runs GET endpoint to "classic" API
URL: https://github.com/apache/airflow/pull/4884#discussion_r264000294
##########
File path: airflow/www/api/experimental/endpoints.py
##########
@@ -106,6 +107,28 @@ def delete_dag(dag_id):
return jsonify(message="Removed {} record(s)".format(count), count=count)
+@api_experimental.route('/dags/<string:dag_id>/dag_runs', methods=['GET'])
Review comment:
Do you think if it's a good idea to add a `limit` of records to return?
----------------------------------------------------------------
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