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 2020/06/16 16:26:58 UTC

[GitHub] [airflow] OmairK commented on a change in pull request #9277: [WIP] Health endpoint spec

OmairK commented on a change in pull request #9277:
URL: https://github.com/apache/airflow/pull/9277#discussion_r440982968



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1353,6 +1366,14 @@ components:
           type: array
           items:
             $ref: '#/components/schemas/ImportError'
+    
+    Metadatabase:
+      type: object
+      description: Returns the status of the metadatabase
+      properties:
+        statuses:
+          type: string

Review comment:
       Here is the change `b3ec805`
   
   For now I have used these enums for status:
   - `healthy` 
   - `unhealthy` 




----------------------------------------------------------------
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:
users@infra.apache.org