You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jack (JIRA)" <ji...@apache.org> on 2018/12/23 11:48:00 UTC

[jira] [Commented] (AIRFLOW-2609) Fix small issue with the BranchPythonOperator. It currently is skipping tasks it should not.

    [ https://issues.apache.org/jira/browse/AIRFLOW-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16727957#comment-16727957 ] 

jack commented on AIRFLOW-2609:
-------------------------------

This ticket needs to be open. The PR wasn't merged yet:

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)