airflow.operators.dummy_operator
¶
Module Contents¶
-
class
airflow.operators.dummy_operator.
DummyOperator
(*args, **kwargs)[source]¶ Bases:
airflow.models.BaseOperator
Operator that does literally nothing. It can be used to group tasks in a DAG.
The task is evaluated by the scheduler but never processed by the executor.