Apache Airflow Provider - Apache Airflow

Apache Airflow

CoreCertified

While not an explicit provider package, Apache Airflow contains a set of native modules that are closely-coupled to the project codebase. Many providers extend these core modules to add additional, more specialized functionality.

Version
2.5.3
Downloads
9,837,496/month
Last Published
Mar. 31, 2023
Quick Install

Available Modules

Modules are Python callables available from this provider package.

Types:

SensorsSecretsOperatorsHooks
BaseSensorOperator
Apache Airflow

Sensor operators are derived from this class and inherit these attributes.

SensorsUpdated 9 months ago
DateTimeSensor
Apache Airflow

Waits until the specified datetime.

SensorsUpdated a year ago
BashSensor
Apache Airflow

Executes a bash command/script.

SensorsUpdated 10 months ago
ExternalTaskSensor
Apache Airflow

Waits for a different DAG, task group, or task to complete for a specific logical date.

SensorsUpdated 9 months ago
BaseSecretsBackend
Apache Airflow

Abstract base class to retrieve Connection object given a conn_id or Variable given a key

SecretsUpdated a year ago
SubDagOperator
Apache Airflow

This class is deprecated. Please use airflow.utils.task_group.TaskGroup.

OperatorsUpdated a year ago
DayOfWeekSensor
Apache Airflow

Waits until the first specified day of the week.

SensorsUpdated a year ago
TriggerDagRunOperator
Apache Airflow

Triggers a DAG run for a specified dag_id

OperatorsUpdated 9 months ago
ShortCircuitOperator
Apache Airflow

Allows a pipeline to continue based on the result of a python_callable.

OperatorsUpdated 9 months ago
SensorWork
Apache Airflow

This class stores a sensor work with decoded context value. It is only used inside of smart sensor. Create a sensor work based on sensor instance reco…

SensorsUpdated a year ago
PythonSensor
Apache Airflow

Waits for a Python callable to return True.

SensorsUpdated a year ago
FileSensor
Apache Airflow

Waits for a file or folder to land in a filesystem.

SensorsUpdated a year ago
PythonVirtualenvOperator
Apache Airflow

Allows one to run a function in a virtualenv that is created and destroyed automatically (with certain caveats).

OperatorsUpdated 9 months ago
PythonOperator
Apache Airflow

Executes a Python callable

OperatorsUpdated 9 months ago
EmailOperator
Apache Airflow

Sends an email.

OperatorsUpdated a year ago
BaseBranchOperator
Apache Airflow

This is a base class for creating operators with branching functionality, similarly to BranchPythonOperator.

OperatorsUpdated a year ago
BashOperator
Apache Airflow

Execute a Bash script, command or set of commands.

OperatorsUpdated a year ago
FSHook
Apache Airflow

Allows for interaction with an file server.

HooksUpdated a year ago
DummyOperator
Apache Airflow

Operator that does literally nothing. It can be used to group tasks in a DAG.

OperatorsUpdated 2 years ago
BranchPythonOperator
Apache Airflow

Allows a workflow to “branch” or follow a path following the execution of this task.

OperatorsUpdated 9 months ago
LatestOnlyOperator
Apache Airflow

Allows a workflow to skip tasks that are not running during the most recent schedule interval.

OperatorsUpdated a year ago
LocalFilesystemBackend
Apache Airflow

Retrieves Connection objects and Variables from local files

SecretsUpdated a year ago
MetastoreBackend
Apache Airflow

Retrieves Connection object and Variable from airflow metastore database.

SecretsUpdated 2 years ago
DiscoverableHook
Apache Airflow

Interface that providers can implement to be discovered by ProvidersManager.

HooksUpdated 2 years ago
BaseHook
Apache Airflow

Abstract base class for hooks.

HooksUpdated a year ago
EnvironmentVariablesBackend
Apache Airflow

Retrieves Connection object and Variable from environment variable.

SecretsUpdated 2 years ago
TimeDeltaSensor
Apache Airflow

Waits for a timedelta after the run’s data interval.

SensorsUpdated a year ago
TimeSensor
Apache Airflow

Waits until the specified time of the day.

SensorsUpdated a year ago
SubprocessHook
Apache Airflow

Hook for running processes with the subprocess module.

HooksUpdated a year ago
BranchDayOfWeekOperator
Apache Airflow

Branches into one of two lists of tasks depending on the current day. For more information on how to use this operator, take a look at the guide: Bran…

OperatorsUpdated a year ago
BranchDateTimeOperator
Apache Airflow

Branches into one of two lists of tasks depending on the current datetime. For more information on how to use this operator, take a look at the guide:…

OperatorsUpdated a year ago
TriggerDagRunLink
Apache Airflow

Operator link for TriggerDagRunOperator. It allows users to access DAG triggered by task using TriggerDagRunOperator.

OperatorsUpdated 9 months ago
TimeDeltaSensorAsync
Apache Airflow

A deferrable drop-in replacement for TimeDeltaSensor.

SensorsUpdated a year ago
DateTimeSensorAsync
Apache Airflow

Waits until the specified datetime occurs.

SensorsUpdated a year ago
TimeSensorAsync
Apache Airflow

Waits until the specified time of the day.

SensorsUpdated a year ago
EmptyOperator
Apache Airflow

Operator that does literally nothing. It can be used to group tasks in a DAG.

OperatorsUpdated a year ago
ExternalPythonOperator
Apache Airflow

Allows one to run a function in a virtualenv that is not re-created but used as is without the overhead of creating the virtualenv (with certain cavea…

OperatorsUpdated 9 months ago
SmoothOperator
Apache Airflow

Operator that does literally nothing but it logs YouTube link to Sade song “Smooth Operator”.

OperatorsUpdated a year ago