airflow.providers.standard.example_dags.example_latest_only

### LatestOnlyOperator

Example DAG demonstrating the LatestOnlyOperator.

The LatestOnlyOperator skips downstream tasks for all DAG runs except the most recent scheduled run. This is useful when downstream work should only run for the latest interval, such as refreshing a dashboard or publishing a current snapshot.

See also: https://airflow.apache.org/docs/apache-airflow-providers-standard/stable/operators/latest_only.html

Attributes

latest_only

Module Contents

airflow.providers.standard.example_dags.example_latest_only.latest_only[source]

Was this entry helpful?