hussein-awala commented on code in PR #28713:
URL: https://github.com/apache/airflow/pull/28713#discussion_r1061917772
##########
airflow/api_connexion/endpoints/dag_endpoint.py:
##########
@@ -74,14 +74,15 @@ def get_dags(
tags: Collection[str] | None = None,
dag_id_pattern: str | None = None,
only_active: bool = True,
+ only_unpaused: bool = False,
Review Comment:
I agree, my first thought was to do exactly what you're suggesting, but I
implemented `only_unpaused` to continue in the same pattern. I will update it
--
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]