bbovenzi commented on code in PR #69728:
URL: https://github.com/apache/airflow/pull/69728#discussion_r3660287131
##########
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:
Yes, this is starting to get cluttered. I think our original intention was
to make the long "search dags" input handle many cases similar to how github
work. Maybe we need to go back to that.
--
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]