airflow.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

Functions

example_python_decorator()

Module Contents

airflow.example_dags.example_python_decorator.log[source]
airflow.example_dags.example_python_decorator.PATH_TO_PYTHON_BINARY = '/usr/local/bin/python'[source]
airflow.example_dags.example_python_decorator.example_python_decorator()[source]

Was this entry helpful?