Using Operators¶
An operator represents a single, ideally idempotent, task. Operators determine what actually executes when your DAG runs.
Note
See the Operators Concepts documentation.
- BashOperator
- BashSensor
- BranchDateTimeOperator
- FileSensor
- PythonOperator
- PythonVirtualenvOperator
- ExternalPythonOperator
- PythonBranchOperator
- BranchPythonVirtualenvOperator
- BranchExternalPythonOperator
- ShortCircuitOperator
- PythonSensor
- TimeDeltaSensor
- TimeDeltaSensorAsync
- TimeSensor
- TimeSensorAsync
- BranchDayOfWeekOperator
- DayOfWeekSensor
- Cross-DAG Dependencies