airflow.providers.standard.operators.empty¶
Classes¶
Operator that does literally nothing. |
Module Contents¶
- class airflow.providers.standard.operators.empty.EmptyOperator(**kwargs)[source]¶
Bases:
airflow.models.baseoperator.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.