Sandro Luck created AIRFLOW-2609: ------------------------------------ Summary: Fix small issue with the BranchPythonOperator. It currently is skipping tasks it should not. Key: AIRFLOW-2609 URL: https://issues.apache.org/jira/browse/AIRFLOW-2609 Project: Apache Airflow Issue Type: Bug Components: operators Reporter: Sandro Luck Assignee: Sandro Luck
Current behavior: When you Branch from A e.g. the BranchPythonOperator '->' (B or C,), and you make some B '->' C as well. The current behavior is that C will be skipped even though it's a downstream task of B. Wishes behavior only skip downstream tasks which are not in the list of the branch_taken downstream tasks. -- This message was sent by Atlassian JIRA (v7.6.3#76005)