mik-laj commented on a change in pull request #9277:
URL: https://github.com/apache/airflow/pull/9277#discussion_r440937656
##########
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:
Is there a reason why we have statuses in one place and status in
another?
----------------------------------------------------------------
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]