airflow.example_dags.example_branch_operator
Example DAG demonstrating the usage of the Classic branching Python operators.
It is showcasing the basic BranchPythonOperator and its sisters BranchExternalPythonOperator
and BranchPythonVirtualenvOperator.
Module Contents
-
airflow.example_dags.example_branch_operator.PATH_TO_PYTHON_BINARY = '/usr/local/bin/python'[source]