blob: 025522022de91c1879ddaaa363790f01cef596e9 [file] [log] [blame]
:mod:`airflow.operators.latest_only_operator`
=============================================
.. py:module:: airflow.operators.latest_only_operator
Module Contents
---------------
.. py:class:: LatestOnlyOperator
Bases::class:`airflow.models.BaseOperator`, :class:`airflow.models.skipmixin.SkipMixin`
Allows a workflow to skip tasks that are not running during the most
recent schedule interval.
If the task is run outside of the latest schedule interval, all
directly downstream tasks will be skipped.
.. attribute:: ui_color
:annotation: = #e9ffdb
.. method:: execute(self, context)