AryanK1511 opened a new issue, #53738: URL: https://github.com/apache/airflow/issues/53738
### Description Add the ability to filter DAGs based on their Timetable type (e.g., CronTriggerTimetable, AssetOrTimeSchedule) in both the UI and public DAG APIs. ## Proposed Solution Add a new query parameter `timetable_type` to the DAG listing endpoints that allows filtering DAGs based on their timetable type. ### Use case/motivation Currently, while the DAG model stores timetable information in the `timetable_summary` field, there is no API support to filter DAGs based on their timetable type. Users cannot easily find all DAGs that use a specific type of timetable. This functionality is crucial to fix #53041. Once this is implemented, the UI filter functionality will be built on top of this. ### Related issues - #53041 ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
