You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/04 07:55:26 UTC

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #28713: Add a param for get_dags endpoint to list only unpaused dags

ephraimbuddy commented on code in PR #28713:
URL: https://github.com/apache/airflow/pull/28713#discussion_r1061211951


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -4920,6 +4921,18 @@ components:
 
         *New in version 2.1.1*
 
+    OnlyUnpaused:
+      in: query
+      name: only_unpaused
+      schema:
+        type: boolean
+        default: false
+      required: false
+      description: |
+        Only filter unpaused DAGs.
+
+        *New in version 2.5.1*

Review Comment:
   ```suggestion
           *New in version 2.6.0*
   ```



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org