blob: 32de4d0c441c177a4f8c5d0aadbd83f8e53312fc [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)