shubhamraj-git commented on code in PR #44736:
URL: https://github.com/apache/airflow/pull/44736#discussion_r1874886883


##########
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:
   Can we let it be a internal class and instead using directly in 
task_instances.py, 
   we can define a query variable under parameters? 
   `QueryTaskDisplayNamePatternSearch`
   I think we follow the similar for other searches too.



-- 
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]

Reply via email to