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_r224801083
########## File path: airflow/models.py ########## @@ -4849,7 +4849,7 @@ def refresh_from_db(self, session=None): @staticmethod @provide_session - def find(dag_id=None, run_id=None, execution_date=None, + def find(dag_id=None, run_id=None, execution_date=None, run_id_prefix=None, Review comment: Please add run_id_prefix (or whatever we decide to call the new param) to almost the end of the list, just before `session` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services