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

airflow.providers.standard.example_dags.example_python_decorator

Example DAG demonstrating the usage of the TaskFlow API to execute Python functions natively and within a virtual environment.

Attributes

log

PATH_TO_PYTHON_BINARY

example_dag

Functions

example_python_decorator()

Module Contents

airflow.providers.standard.example_dags.example_python_decorator.log[source]
airflow.providers.standard.example_dags.example_python_decorator.PATH_TO_PYTHON_BINARY = '/usr/local/bin/python3'[source]
airflow.providers.standard.example_dags.example_python_decorator.example_python_decorator()[source]
airflow.providers.standard.example_dags.example_python_decorator.example_dag = None[source]

Was this entry helpful?