airflow-core/docs/operators-and-hooks-ref.rst
.. 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.
Here's the list of the operators and hooks which are available in this release.
Note that commonly used operators and sensors (such as BashOperator, PythonOperator, ExternalTaskSensor, etc.) are provided by the apache-airflow-providers-standard package.
Airflow has many more integrations available for separate installation as
:doc:apache-airflow-providers:index.
For details see: :doc:apache-airflow-providers:operators-and-hooks-ref/index.
Base:
.. list-table:: :header-rows: 1
airflow.hooks.baseairflow.models.baseoperatorairflow.sensors.baseOperators:
.. list-table:: :header-rows: 1
airflow.providers.standard.operators.bashHow to use <apache-airflow-providers-standard:operators/bash>airflow.providers.standard.operators.pythonHow to use <apache-airflow-providers-standard:operators/python>airflow.providers.standard.operators.datetimeHow to use <apache-airflow-providers-standard:operators/datetime>airflow.providers.standard.operators.emptyairflow.providers.common.sql.operators.generic_transfer.GenericTransferHow to use <apache-airflow-providers-common-sql:operators>airflow.providers.standard.operators.latest_onlyHow to use <apache-airflow-providers-standard:operators/latest_only>airflow.providers.standard.operators.trigger_dagrunHow to use <apache-airflow-providers-standard:operators/trigger_dag_run>Sensors:
.. list-table:: :header-rows: 1
airflow.providers.standard.sensors.bashHow to use <apache-airflow-providers-standard:sensors/bash>airflow.providers.standard.sensors.pythonHow to use <apache-airflow-providers-standard:sensors/python>airflow.providers.standard.sensors.filesystemHow to use <apache-airflow-providers-standard:sensors/file>airflow.providers.standard.sensors.date_timeHow to use <apache-airflow-providers-standard:sensors/datetime>airflow.providers.standard.sensors.external_taskHow to use <apache-airflow-providers-standard:sensors/external_task_sensor>Hooks:
.. list-table:: :header-rows: 1
airflow.providers.standard.hooks.filesystemairflow.providers.standard.hooks.subprocess