This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 4f740db Minor grammar fix in OpenAPI YAML (#13586)
4f740db is described below
commit 4f740db57a4dec160715ac0e431fb29558a8e348
Author: Xiaodong DENG <[email protected]>
AuthorDate: Sat Jan 9 10:47:49 2021 +0100
Minor grammar fix in OpenAPI YAML (#13586)
---
airflow/api_connexion/openapi/v1.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/api_connexion/openapi/v1.yaml
b/airflow/api_connexion/openapi/v1.yaml
index 69ac171..2eabbd2 100644
--- a/airflow/api_connexion/openapi/v1.yaml
+++ b/airflow/api_connexion/openapi/v1.yaml
@@ -1342,7 +1342,7 @@ paths:
/health:
get:
- summary: Get a instance status
+ summary: Get instance status
description: |
Get the status of Airflow's metadatabase and scheduler. It includes
info about
metadatabase and last heartbeat of scheduler.