[ https://issues.apache.org/jira/browse/AIRFLOW-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510854#comment-16510854 ]
Sandro Luck commented on AIRFLOW-2609: -------------------------------------- Made change in this pull request https://github.com/apache/incubator-airflow/pull/3495 > 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 > Priority: Minor > > 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)