You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Luke Rohde (JIRA)" <ji...@apache.org> on 2017/06/07 17:55:18 UTC

[jira] [Created] (AIRFLOW-1287) Python ShortCircuitOperator missing DAG filter when setting downstream deps as skipped

Luke Rohde created AIRFLOW-1287:
-----------------------------------

             Summary: Python ShortCircuitOperator missing DAG filter when setting downstream deps as skipped
                 Key: AIRFLOW-1287
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1287
             Project: Apache Airflow
          Issue Type: Bug
          Components: operators
    Affects Versions: Airflow 1.8
            Reporter: Luke Rohde
            Assignee: Luke Rohde


The ShortCircuitOperator sets status to skipped for task instances by name and execution date, but fails to filter by DAG. So if multiple DAGs have the tasks with the same name, this sets downstream tasks to skipped on other DAGs.

I'll follow with a PR addressing this.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)