shivaam commented on code in PR #69728:
URL: https://github.com/apache/airflow/pull/69728#discussion_r3647016604


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/dags.py:
##########
@@ -124,6 +124,10 @@ def get_dags(
     is_favorite: QueryFavoriteFilter,
     has_asset_schedule: QueryHasAssetScheduleFilter,
     asset_dependency: QueryAssetDependencyFilter,
+    timetable_type: Annotated[
+        FilterParam[list[str] | None],
+        Depends(filter_param_factory(DagModel.timetable_type, list[str], 
FilterOptionEnum.IN)),

Review Comment:
   <img width="1675" height="300" alt="Image" 
src="https://github.com/user-attachments/assets/d88303d4-7552-47f6-84d4-bdb13bdfc8b9";
 />
   
   A new search bar only for tags? Is this what we are expecting from this UI? 
   I feel the UI is looking a little cluttered with multiple search bars for 
each different category.
   @pierrejeambrun fyi



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