Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

LatestOnlyOperator

Use the LatestOnlyOperator.

airflow/providers/standard/example_dags/example_latest_only.py[source]

latest_only = LatestOnlyOperator(task_id="latest_only")

Was this entry helpful?