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 2022/04/07 14:09:17 UTC

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #22756: Add more fields to REST API dags/dag_id/details endpoint

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


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -2912,7 +2912,49 @@ components:
                 User-specified DAG params.
 
                 *New in version 2.0.1*
+            end_date:
+              type: string
+              format: 'date-time'
+              readOnly: true
+              nullable: true
+              description: |
+                The DAG's end date.
+
+                *New in version 2.3.0*.
+            is_paused_upon_creation:
+              type: boolean
+              readOnly: true
+              nullable: true
+              description: |
+                Whether the DAG is paused upon creation.
+
+                *New in version 2.3.0*
+            last_loaded:

Review Comment:
   +1. That's more in line with Airflow terms



-- 
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