blob: 9381791ed1134c49590a11fad4533011f889a55d [file] [log] [blame]
:mod:`airflow.operators.dummy_operator`
=======================================
.. py:module:: airflow.operators.dummy_operator
Module Contents
---------------
.. py:class:: DummyOperator(*args, **kwargs)
Bases::class:`airflow.models.BaseOperator`
Operator that does literally nothing. It can be used to group tasks in a
DAG.
.. attribute:: ui_color
:annotation: = #e8f7e4
.. method:: execute(self, context)