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/17 09:16:24 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #6133: [AIRLFOW-XXX] Display other integrations in single table

mik-laj commented on a change in pull request #6133: [AIRLFOW-XXX] Display other integrations in single table
URL: https://github.com/apache/airflow/pull/6133#discussion_r325062873
 
 

 ##########
 File path: docs/integration.rst
 ##########
 @@ -595,17 +583,37 @@ Please note that this library is in maintenance mode hence it won't fully suppor
 Therefore it is recommended that you use the custom GCP Service Operators for working with the Google
 Cloud Platform.
 
-.. _Qubole:
+.. _other:
+
+Other integrations
+------------------
 
-Qubole
-------
+Operators and Hooks
+'''''''''''''''''''
+
+Service operators and hooks
+"""""""""""""""""""""""""""
 
-Apache Airflow has a native operator and hooks to talk to `Qubole <https://qubole.com/>`__,
-which lets you submit your big data jobs directly to Qubole from Apache Airflow.
+These integrations allow you to perform various operations within various services.
 
-The operators are defined in the following module:
+.. list-table::
+   :header-rows: 1
+
+   * - Service name
+     - Guide
+     - Hook
+     - Operators
+     - Sensors
+
+   * - `Qubole <https://www.qubole.com/>`__
+     -
+     - :mod:`airflow.contrib.hooks.qubole_hook`
+     - :mod:`airflow.contrib.operators.qubole_operator`,
+       :mod:`airflow.contrib.operators.qubole_check_operator`
+     - :mod:`airflow.contrib.sensors.qubole_sensor`
 
- * :mod:`airflow.contrib.operators.qubole_operator`
- * :mod:`airflow.contrib.sensors.qubole_sensor`
- * :mod:`airflow.contrib.sensors.qubole_sensor`
- * :mod:`airflow.contrib.operators.qubole_check_operator`
+   * - `Databricks <https://databricks.com/>`__
+     -
+     - :mod:`airflow.contrib.hooks.databricks_hook`
+     - :class:`airflow.contrib.operators.databricks_operator`
 
 Review comment:
   ```suggestion
        - :mod:`airflow.contrib.operators.databricks_operator`
   ```
   I will fix it now

----------------------------------------------------------------
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