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/09/29 13:33:55 UTC

[GitHub] [airflow] mik-laj commented on issue #6213: [AIRFLOW-XXX] Extract operators and hooks to separate page

mik-laj commented on issue #6213: [AIRFLOW-XXX] Extract operators and hooks to separate page
URL: https://github.com/apache/airflow/pull/6213#issuecomment-536300921
 
 
   ```
   git diff apache/master:./integration.rst operators-and-hooks-ref.rst
   ```
   ```diff
   diff --git a/docs/integration.rst b/docs/operators-and-hooks-ref.rst
   index e9155bcd8..6c8085895 100644
   --- a/docs/integration.rst
   +++ b/docs/operators-and-hooks-ref.rst
   @@ -15,8 +15,8 @@
        specific language governing permissions and limitations
        under the License.
    
   -Integration
   -===========
   +Operators and Hooks Reference
   +=============================
    
    .. contents:: Content
      :local:
   @@ -29,11 +29,8 @@ ASF: Apache Software Foundation
    
    Airflow supports various software created by `Apache Software Foundation <https://www.apache.org/foundation/>`__.
    
   -Operators and Hooks
   -'''''''''''''''''''
   -
    Software operators and hooks
   -""""""""""""""""""""""""""""
   +''''''''''''''''''''''''''''
    
    These integrations allow you to perform various operations within software developed by Apache Software
    Foundation.
   @@ -113,7 +110,7 @@ Foundation.
    
    
    Transfer operators and hooks
   -""""""""""""""""""""""""""""
   +''''''''''''''''''''''''''''
    
    These integrations allow you to copy data from/to software developed by Apache Software
    Foundation.
   @@ -183,18 +180,8 @@ Azure: Microsoft Azure
    
    Airflow has limited support for `Microsoft Azure <https://azure.microsoft.com/>`__.
    
   -Logging
   -'''''''
   -
   -Airflow can be configured to read and write task logs in Azure Blob Storage.
   -See :ref:`write-logs-azure`.
   -
   -
   -Operators and Hooks
   -'''''''''''''''''''
   -
    Service operators and hooks
   -"""""""""""""""""""""""""""
   +'''''''''''''''''''''''''''
    
    These integrations allow you to perform various operations within the Microsoft Azure.
    
   @@ -271,19 +258,10 @@ AWS: Amazon Web Services
    
    Airflow has support for `Amazon Web Services <https://aws.amazon.com/>`__.
    
   -Logging
   -'''''''
   -
   -Airflow can be configured to read and write task logs in Amazon Simple Storage Service (Amazon S3).
   -See :ref:`write-logs-amazon`.
   -
   -Operators and Hooks
   -'''''''''''''''''''
   -
    All hooks are based on :mod:`airflow.contrib.hooks.aws_hook`.
    
    Service operators and hooks
   -"""""""""""""""""""""""""""
   +'''''''''''''''''''''''''''
    
    These integrations allow you to perform various operations within the Amazon Web Services.
    
   @@ -472,20 +450,10 @@ Airflow has extensive support for the `Google Cloud Platform <https://cloud.goog
    See the :doc:`GCP connection type <howto/connection/gcp>` documentation to
    configure connections to GCP.
    
   -Logging
   -'''''''
   -
   -Airflow can be configured to read and write task logs in Google Cloud Storage.
   -See :ref:`write-logs-gcp`.
   -
   -
   -Operators and Hooks
   -'''''''''''''''''''
   -
    All hooks are based on :class:`airflow.contrib.hooks.gcp_api_base_hook.GoogleCloudBaseHook`.
    
    Service operators and hooks
   -"""""""""""""""""""""""""""
   +'''''''''''''''''''''''''''
    
    These integrations allow you to perform various operations within the Google Cloud Platform.
    
   @@ -665,7 +633,7 @@ These integrations allow you to perform various operations within the Google Clo
    
    
    Transfer operators and hooks
   -""""""""""""""""""""""""""""
   +''''''''''''''''''''''''''''
    
    These integrations allow you to copy data from/to Google Cloud Platform.
    
   @@ -778,7 +746,7 @@ Cloud Platform.
        `source code <https://github.com/apache/airflow/tree/master/airflow/gcp/example_dags/>`_ of the particular example DAGs.
    
    Other operators and hooks
   -"""""""""""""""""""""""""
   +'''''''''''''''''''''''''
    
    .. list-table::
       :header-rows: 1
   @@ -800,11 +768,8 @@ Other operators and hooks
    Service integrations
    --------------------
    
   -Operators and Hooks
   -'''''''''''''''''''
   -
    Service operators and hooks
   -"""""""""""""""""""""""""""
   +'''''''''''''''''''''''''''
    
    These integrations allow you to perform various operations within various services.
    
   @@ -925,7 +890,7 @@ These integrations allow you to perform various operations within various servic
         -
    
    Transfer operators and hooks
   -""""""""""""""""""""""""""""
   +''''''''''''''''''''''''''''
    
    These integrations allow you to perform various operations within various services.
    
   @@ -957,11 +922,8 @@ These integrations allow you to perform various operations within various servic
    Software integrations
    ---------------------
    
   -Operators and Hooks
   -'''''''''''''''''''
   -
    Software operators and hooks
   -""""""""""""""""""""""""""""
   +''''''''''''''''''''''''''''
    
    These integrations allow you to perform various operations using various software.
    
   @@ -1075,7 +1037,7 @@ These integrations allow you to perform various operations using various softwar
    
    
    Transfer operators and hooks
   -""""""""""""""""""""""""""""
   +''''''''''''''''''''''''''''
    
    These integrations allow you to copy data.
    
   @@ -1158,11 +1120,8 @@ These integrations allow you to copy data.
    Protocol integrations
    ---------------------
    
   -Operators and Hooks
   -'''''''''''''''''''
   -
    Protocol operators and hooks
   -""""""""""""""""""""""""""""
   +''''''''''''''''''''''''''''
    
    These integrations allow you to perform various operations within various services using standardized
    communication protocols or interface.
   
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services