airflow.decorators¶
Submodules¶
airflow.decorators.baseairflow.decorators.bashairflow.decorators.branch_external_pythonairflow.decorators.branch_pythonairflow.decorators.branch_virtualenvairflow.decorators.conditionairflow.decorators.external_pythonairflow.decorators.pythonairflow.decorators.python_virtualenvairflow.decorators.sensorairflow.decorators.setup_teardownairflow.decorators.short_circuitairflow.decorators.task_group
Package Contents¶
Classes¶
  | 
Type declaration for   | 
Implementation to provide the   | 
Functions¶
  | 
Wrap a function into a BashOperator.  | 
  | 
Wrap a python function into a BranchExternalPythonOperator.  | 
  | 
Wrap a python function into a BranchPythonOperator.  | 
  | 
Wrap a python function into a BranchPythonVirtualenvOperator.  | 
  | 
Wrap a callable into an Airflow operator to run via a Python virtual environment.  | 
  | 
Wrap a function into an Airflow operator.  | 
  | 
Wrap a callable into an Airflow operator to run via a Python virtual environment.  | 
  | 
Wrap a function into an Airflow operator.  | 
  | 
Wrap a function into an ShortCircuitOperator.  | 
Implements the   | 
|
  | 
Python dag decorator which wraps a function into an Airflow DAG.  |