From 855d495f1ebeb0506ff13043cebefd796d7ce5d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Wed, 26 Aug 2020 02:56:47 +0200 Subject: [PATCH] Move more operators/hooks/sensors to fundamentals (#10567) --- docs/operators-and-hooks-ref.rst | 47 ++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/docs/operators-and-hooks-ref.rst b/docs/operators-and-hooks-ref.rst index 8e71c6e37e84b..d1c600e2e222c 100644 --- a/docs/operators-and-hooks-ref.rst +++ b/docs/operators-and-hooks-ref.rst @@ -55,6 +55,9 @@ Fundamentals * - Operators - Guides + * - :mod:`airflow.operators.bash` + - :doc:`How to use ` + * - :mod:`airflow.operators.branch_operator` - @@ -73,6 +76,9 @@ Fundamentals * - :mod:`airflow.operators.latest_only_operator` - + * - :mod:`airflow.operators.python` + - :doc:`How to use ` + * - :mod:`airflow.operators.subdag_operator` - @@ -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 ` + * - :mod:`airflow.sensors.filesystem` + - + + * - :mod:`airflow.sensors.python` + - + * - :mod:`airflow.sensors.sql_sensor` - @@ -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: @@ -1365,12 +1390,6 @@ These integrations allow you to perform various operations using various softwar - :mod:`airflow.providers.exasol.operators.exasol` - - * - `GNU Bash `__ - - :doc:`How to use ` - - - - :mod:`airflow.operators.bash` - - :mod:`airflow.sensors.bash` - * - `Hashicorp Vault `__ - - :mod:`airflow.providers.hashicorp.hooks.vault` @@ -1442,12 +1461,6 @@ These integrations allow you to perform various operations using various softwar - - - * - `Python `__ - - - - :doc:`How to use ` - - :mod:`airflow.operators.python` - - :mod:`airflow.sensors.python` - * - `Redis `__ - - :mod:`airflow.providers.redis.hooks.redis` @@ -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) `__ - :doc:`How to use ` - :mod:`airflow.providers.http.hooks.http`