bbovenzi commented on code in PR #56022:
URL: https://github.com/apache/airflow/pull/56022#discussion_r2376219511
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_run.py:
##########
@@ -347,11 +352,15 @@ def get_dag_runs(
session: SessionDep,
dag_bag: DagBagDep,
run_id_pattern: Annotated[_SearchParam,
Depends(search_param_factory(DagRun.run_id, "run_id_pattern"))],
+ run_id_contains: Annotated[_SearchParam,
Depends(search_param_factory(DagRun.run_id, "run_id_contains"))],
Review Comment:
Also, I think pattern is sufficient.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]