airflow.operators.dummy

Module Contents

class airflow.operators.dummy.DummyOperator(**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.

ui_color = #e8f7e4[source]
inherits_from_dummy_operator = True[source]
execute(self, context)[source]

Was this entry helpful?