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?