Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

tests.system.standard.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

test_run

Module Contents

tests.system.standard.example_branch_operator.PATH_TO_PYTHON_BINARY = '/usr/local/bin/python3'[source]
tests.system.standard.example_branch_operator.run_this_first[source]
tests.system.standard.example_branch_operator.test_run[source]

Was this entry helpful?