Skip to content

Commit

Permalink
[AIRFLOW-4443] Document LatestOnly behavior for external trigger (#5214)
Browse files Browse the repository at this point in the history
  • Loading branch information
khgitting authored and kaxil committed Aug 6, 2019
1 parent 19238f6 commit 56939c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/operators/latest_only_operator.py
Expand Up @@ -29,6 +29,9 @@ class LatestOnlyOperator(BaseOperator, SkipMixin):
If the task is run outside of the latest schedule interval, all
directly downstream tasks will be skipped.
Note that downstream tasks are never skipped if the given DAG_Run is
marked as externally triggered.
"""

ui_color = '#e9ffdb' # nyanza
Expand Down

0 comments on commit 56939c9

Please sign in to comment.