blob: 9ba35272cb2e217bbb710ee9e6f5b3e9a4f57cf6 [file] [log] [blame]
.. Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
.. http://www.apache.org/licenses/LICENSE-2.0
.. Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
Operators and Hooks Reference
=============================
Here's the list of the operators and hooks which are available in this release in the ``apache-airflow`` package.
Airflow has many more integrations available for separate installation as a provider packages. For details see:
:doc:`apache-airflow-providers:operators-and-hooks-ref/index`.
**Base:**
.. list-table::
:header-rows: 1
* - Module
- Guides
* - :mod:`airflow.hooks.base_hook`
-
* - :mod:`airflow.hooks.dbapi_hook`
-
* - :mod:`airflow.models.baseoperator`
-
* - :mod:`airflow.sensors.base`
-
**Operators:**
.. list-table::
:header-rows: 1
* - Operators
- Guides
* - :mod:`airflow.operators.bash`
- :doc:`How to use <howto/operator/bash>`
* - :mod:`airflow.operators.branch_operator`
-
* - :mod:`airflow.operators.trigger_dagrun`
-
* - :mod:`airflow.operators.dummy`
-
* - :mod:`airflow.operators.email`
-
* - :mod:`airflow.operators.generic_transfer`
-
* - :mod:`airflow.operators.latest_only`
-
* - :mod:`airflow.operators.python`
- :doc:`How to use <howto/operator/python>`
* - :mod:`airflow.operators.subdag`
-
* - :mod:`airflow.operators.sql`
-
**Sensors:**
.. list-table::
:header-rows: 1
* - Sensors
- Guides
* - :mod:`airflow.sensors.bash`
-
* - :mod:`airflow.sensors.date_time`
-
* - :mod:`airflow.sensors.external_task`
- :doc:`How to use <howto/operator/external_task_sensor>`
* - :mod:`airflow.sensors.filesystem`
-
* - :mod:`airflow.sensors.python`
-
* - :mod:`airflow.sensors.sql`
-
* - :mod:`airflow.sensors.time_delta`
-
* - :mod:`airflow.sensors.time_sensor`
-
* - :mod:`airflow.sensors.weekday_sensor`
-
* - :mod:`airflow.sensors.smart_sensor_operator`
- :doc:`smart-sensor`
**Hooks:**
.. list-table::
:header-rows: 1
* - Hooks
- Guides
* - :mod:`airflow.hooks.filesystem`
-