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 cb9b9b3 Fix `sendgrid` -> `google`. (#15334)
cb9b9b3 is described below
commit cb9b9b3e3fa448298978d456da66105b3cbddccf
Author: Steph Samson <[email protected]>
AuthorDate: Mon Apr 12 22:12:30 2021 +0200
Fix `sendgrid` -> `google`. (#15334)
Fixes minor typo in Airflow documentation. The documentation talks about
`sendgrid`, when the section is about Google Cloud Platform's Secrets Manager.
---
.../secrets-backends/google-cloud-secret-manager-backend.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/apache-airflow-providers-google/secrets-backends/google-cloud-secret-manager-backend.rst
b/docs/apache-airflow-providers-google/secrets-backends/google-cloud-secret-manager-backend.rst
index e5a9e89..8fd8507 100644
---
a/docs/apache-airflow-providers-google/secrets-backends/google-cloud-secret-manager-backend.rst
+++
b/docs/apache-airflow-providers-google/secrets-backends/google-cloud-secret-manager-backend.rst
@@ -28,7 +28,7 @@ Before you begin
Before you start, make sure you have performed the following tasks:
-1. Include sendgrid subpackage as part of your Airflow installation
+1. Include ``google`` subpackage as an extra of your Airflow installation
.. code-block:: bash