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


##########
airflow/api_fastapi/common/parameters.py:
##########
@@ -146,6 +147,127 @@ def depends_search(value: str | None = 
Query(alias=pattern_name, default=None))
     return depends_search
 
 
+class SearchPatternEnum(Enum):

Review Comment:
   FilterOptionEnum have bit different types of support, such as numeric, etc.
   Mixing both could create confusion? 
   Maybe i can differentiate this with filter, such that it should actually 
look like advance search, like chnaging filter param to advance_search in APIs.
   
   Also do you mean something like:
   Parent : child?
   ORMOperator -> FilterOperator, AdvancedSearchOperator ?
   



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