airflow.operators.dummy¶
Module Contents¶
-
class
airflow.operators.dummy.DummyOperator(**kwargs)[source]¶ Bases:
airflow.models.BaseOperatorOperator 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.