bbovenzi commented on code in PR #44736:
URL: https://github.com/apache/airflow/pull/44736#discussion_r1876275150
##########
airflow/api_fastapi/common/parameters.py:
##########
@@ -112,7 +112,7 @@ def depends(self, only_active: bool = True) ->
_OnlyActiveFilter:
return self.set_value(only_active)
-class _SearchParam(BaseParam[str]):
+class SearchParam(BaseParam[str]):
Review Comment:
I could see us using `task_display_name_pattern` in other endpoints.
--
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]