jedcunningham commented on code in PR #43783:
URL: https://github.com/apache/airflow/pull/43783#discussion_r1833391532
##########
airflow/api_fastapi/common/parameters.py:
##########
@@ -335,6 +336,17 @@ def depends(self, dag_id: str | None = None) ->
_DagIdFilter:
return self.set_value(dag_id)
+class _UriPatternSearch(_SearchParam):
+ """Search on dag_id."""
Review Comment:
```suggestion
"""Search on uri."""
```
--
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]