ephraimbuddy commented on a change in pull request #16401:
URL: https://github.com/apache/airflow/pull/16401#discussion_r652194421



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1892,13 +1892,14 @@ components:
           description: |
             The start time. The time when DAG run was actually created.
           readOnly: true
+          nullable: true
         end_date:
           type: string
           format: date-time
           readOnly: true
           nullable: true
         state:
-          $ref: '#/components/schemas/DagState'
+          $ref: '#/components/schemas/DagRunState'

Review comment:
       ```suggestion
             $ref: '#/components/schemas/DagState'
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to