This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 700e9e4890 docs(providers/google): reword GoogleBaseHookAsync as
GoogleBaseAsyncHook in docstring (#36946)
700e9e4890 is described below
commit 700e9e489014fe1982ff0074421eb8052469773e
Author: Wei Lee <[email protected]>
AuthorDate: Mon Jan 22 17:49:51 2024 +0800
docs(providers/google): reword GoogleBaseHookAsync as GoogleBaseAsyncHook
in docstring (#36946)
---
airflow/providers/google/cloud/hooks/gcs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/providers/google/cloud/hooks/gcs.py
b/airflow/providers/google/cloud/hooks/gcs.py
index 02055583ce..f784b3fbbb 100644
--- a/airflow/providers/google/cloud/hooks/gcs.py
+++ b/airflow/providers/google/cloud/hooks/gcs.py
@@ -1385,7 +1385,7 @@ def _parse_gcs_url(gsurl: str) -> tuple[str, str]:
class GCSAsyncHook(GoogleBaseAsyncHook):
- """GCSAsyncHook run on the trigger worker, inherits from
GoogleBaseHookAsync."""
+ """GCSAsyncHook run on the trigger worker, inherits from
GoogleBaseAsyncHook."""
sync_hook_class = GCSHook