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


##########
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:
   This is an exact match. To make this a more useful feature I think we need 
to follow how tags work and create an endpoint to query all timetables that 
exist amongst all the dags to give a typeahead dropdown UX



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