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 2019/01/12 01:01:51 UTC

[GitHub] kaxil closed pull request #4487: [AIRFLOW-3679] Added Google Cloud Base Hook to documentation

kaxil closed pull request #4487: [AIRFLOW-3679] Added Google Cloud Base Hook to documentation
URL: https://github.com/apache/airflow/pull/4487
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/howto/operator.rst b/docs/howto/operator.rst
index bcb9f9b9b2..7d7e055d88 100644
--- a/docs/howto/operator.rst
+++ b/docs/howto/operator.rst
@@ -1542,5 +1542,3 @@ More information
 
 See `Google Cloud Storage ObjectAccessControls insert documentation
 <https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls/insert>`_.
-
-
diff --git a/docs/integration.rst b/docs/integration.rst
index 4f2b85cabb..bafd79f225 100644
--- a/docs/integration.rst
+++ b/docs/integration.rst
@@ -571,6 +571,13 @@ Logging
 Airflow can be configured to read and write task logs in Google Cloud Storage.
 See :ref:`write-logs-gcp`.
 
+GoogleCloudBaseHook
+'''''''''''''''''''
+
+.. autoclass:: airflow.contrib.hooks.gcp_api_base_hook.GoogleCloudBaseHook
+
+.. _GoogleCloudBaseHook:
+
 BigQuery
 ''''''''
 
@@ -1005,7 +1012,6 @@ GcfFunctionDeleteOperator
 
 .. autoclass:: airflow.contrib.operators.gcp_function_operator.GcfFunctionDeleteOperator
 
-
 .. _GcfHook:
 
 Cloud Functions Hook


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services