Skip to content

Commit

Permalink
Move more operators/hooks/sensors to fundamentals (apache#10567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj authored Aug 26, 2020
1 parent 7c1855f commit 855d495
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions docs/operators-and-hooks-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Fundamentals
* - Operators
- Guides

* - :mod:`airflow.operators.bash`
- :doc:`How to use <howto/operator/bash>`

* - :mod:`airflow.operators.branch_operator`
-

Expand All @@ -73,6 +76,9 @@ Fundamentals
* - :mod:`airflow.operators.latest_only_operator`
-

* - :mod:`airflow.operators.python`
- :doc:`How to use <howto/operator/python>`

* - :mod:`airflow.operators.subdag_operator`
-

Expand All @@ -87,12 +93,21 @@ Fundamentals
* - Sensors
- Guides

* - :mod:`airflow.sensors.weekday_sensor`
* - :mod:`airflow.sensors.bash`
-

* - :mod:`airflow.sensors.date_time_sensor`
-

* - :mod:`airflow.sensors.external_task_sensor`
- :doc:`How to use <howto/operator/external_task_sensor>`

* - :mod:`airflow.sensors.filesystem`
-

* - :mod:`airflow.sensors.python`
-

* - :mod:`airflow.sensors.sql_sensor`
-

Expand All @@ -102,9 +117,19 @@ Fundamentals
* - :mod:`airflow.sensors.time_sensor`
-

* - :mod:`airflow.sensors.date_time_sensor`
* - :mod:`airflow.sensors.weekday_sensor`
-

**Hooks:**

.. list-table::
:header-rows: 1

* - Hooks
- Guides

* - :mod:`airflow.hooks.filesystem`
-

.. _Apache:

Expand Down Expand Up @@ -1365,12 +1390,6 @@ These integrations allow you to perform various operations using various softwar
- :mod:`airflow.providers.exasol.operators.exasol`
-

* - `GNU Bash <https://www.gnu.org/software/bash/>`__
- :doc:`How to use <howto/operator/bash>`
-
- :mod:`airflow.operators.bash`
- :mod:`airflow.sensors.bash`

* - `Hashicorp Vault <https://www.vaultproject.io/>`__
-
- :mod:`airflow.providers.hashicorp.hooks.vault`
Expand Down Expand Up @@ -1442,12 +1461,6 @@ These integrations allow you to perform various operations using various softwar
-
-

* - `Python <https://www.python.org>`__
-
- :doc:`How to use <howto/operator/python>`
- :mod:`airflow.operators.python`
- :mod:`airflow.sensors.python`

* - `Redis <https://redis.io/>`__
-
- :mod:`airflow.providers.redis.hooks.redis`
Expand Down Expand Up @@ -1583,12 +1596,6 @@ communication protocols or interface.
-
- :mod:`airflow.providers.ftp.sensors.ftp`

* - Filesystem
-
- :mod:`airflow.hooks.filesystem`
-
- :mod:`airflow.sensors.filesystem`

* - `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
- :doc:`How to use <howto/operator/http>`
- :mod:`airflow.providers.http.hooks.http`
Expand Down

0 comments on commit 855d495

Please sign in to comment.