Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move more operators/hooks/sensors to fundamentals #10567

Merged
merged 2 commits into from
Aug 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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