AryanK1511 opened a new issue, #53741: URL: https://github.com/apache/airflow/issues/53741
### Description Add the ability to filter DAGs based on their scheduling status, specifically to identify unscheduled DAGs (those with `schedule_interval=None`). ## Proposed Solution Add a new query parameter `is_scheduled` to filter DAGs based on their scheduling status. ### Use case/motivation Currently, there is no way to filter DAGs based on whether they are scheduled or not. This makes it difficult to identify and manage DAGs that are meant to be triggered manually or through external systems. 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]
