airflow.example_dags.example_branch_operator
示例 DAG,演示了经典分支 Python operator 的用法。
它展示了基础的 BranchPythonOperator 及其姐妹 operator BranchExternalPythonOperator 和 BranchPythonVirtualenvOperator。
模块内容
-
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]