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/26 14:34:16 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #6191: [AIRFLOW-XXX] Add software integration tables

mik-laj commented on a change in pull request #6191: [AIRFLOW-XXX] Add software integration tables
URL: https://github.com/apache/airflow/pull/6191#discussion_r328649379
 
 

 ##########
 File path: docs/integration.rst
 ##########
 @@ -866,3 +866,124 @@ These integrations allow you to perform various operations within various servic
      - :mod:`airflow.hooks.zendesk_hook`
      -
      -
+
+.. _software:
+
+Software integrations
+---------------------
+
+Operators and Hooks
+'''''''''''''''''''
+
+Software operators and hooks
+""""""""""""""""""""""""""""
+
+These integrations allow you to perform various operations using various software.
+
+.. list-table::
+   :header-rows: 1
+
+   * - Service name
+     - Guide
+     - Hook
+     - Operators
+     - Sensors
+
+   * - `Celery <http://www.celeryproject.org/>`__
+     -
+     -
+     -
+     - :mod:`airflow.contrib.sensors.celery_queue_sensor`
+
+   * - `Docker <https://docs.docker.com/install/>`__
+     -
+     - :mod:`airflow.hooks.docker_hook`
+     - :mod:`airflow.operators.docker_operator`
 
 Review comment:
   Updated. Thanks

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