Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

airflow.providers.standard.decorators.stub

Functions

stub([python_callable, queue, executor])

Define a stub task in the DAG.

Module Contents

airflow.providers.standard.decorators.stub.stub(python_callable=None, queue=None, executor=None, **kwargs)[source]

Define a stub task in the DAG.

Stub tasks exist in the Dag graph only, but the execution must happen in an external environment via the Task Execution Interface.

Was this entry helpful?