[
https://issues.apache.org/jira/browse/AIRFLOW-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601276#comment-16601276
]
Apache Spark commented on AIRFLOW-2609:
---------------------------------------
User 'SandroLuck' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/3530
> 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)