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.

Attributes

PATH_TO_PYTHON_BINARY

run_this_first

Module Contents

airflow.example_dags.example_branch_operator.PATH_TO_PYTHON_BINARY = '/usr/local/bin/python'[source]
airflow.example_dags.example_branch_operator.run_this_first[source]

Was this entry helpful?