You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Dmytro Kulyk (JIRA)" <ji...@apache.org> on 2017/11/04 18:39:01 UTC

[jira] [Created] (AIRFLOW-1784) SKIPPED status is being cascading wrongly

Dmytro Kulyk created AIRFLOW-1784:
-------------------------------------

             Summary: SKIPPED status is being cascading wrongly
                 Key: AIRFLOW-1784
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1784
             Project: Apache Airflow
          Issue Type: Bug
          Components: operators
    Affects Versions: 1.8.2
         Environment: Ubuntu 16.04.3 LTS 
Python 2.7.12 
CeleryExecutor: 2-nodes cluster
            Reporter: Dmytro Kulyk
            Priority: Critical
         Attachments: Capture_graph.JPG, Capture_tree2.JPG

After implementation of AIRFLOW-1296 within 1.8.2 there is an wrong behavior of LatestOnlyOperator which is forcing SKIPPED status cascading despite of TriggerRule='all_done' set
Which is opposite to documented [here|https://airflow.incubator.apache.org/concepts.html#latest-run-only]

*Expected Behavior:*
dummy task and all downstreams (update_*) should not be skipped

Full listings are attached
1.8.1 did not have such issue



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)