ashb commented on a change in pull request #3546: AIRFLOW-2664: Support
filtering dag runs by id prefix in API.
URL: https://github.com/apache/incubator-airflow/pull/3546#discussion_r224800834
##########
File path: airflow/models.py
##########
@@ -4860,6 +4860,8 @@ def find(dag_id=None, run_id=None, execution_date=None,
:param run_id: defines the the run id for this dag run
:type run_id: string
:param execution_date: the execution date
+ :param run_id_prefix: match runs with the given prefix in the run_id.
+ :type run_id_prefix: string
Review comment:
Ordering - you've split execution_date desc from it's type
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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