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 2018/08/20 14:23:00 UTC

[jira] [Updated] (AIRFLOW-2923) LatestOnlyOperator cascade skip through all_done and dummy

     [ https://issues.apache.org/jira/browse/AIRFLOW-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmytro Kulyk updated AIRFLOW-2923:
----------------------------------
    Summary: LatestOnlyOperator cascade skip through all_done and dummy  (was: latest_only cascade skip through all_done and dummy)

> LatestOnlyOperator cascade skip through all_done and dummy
> ----------------------------------------------------------
>
>                 Key: AIRFLOW-2923
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2923
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: scheduler
>    Affects Versions: 1.9.0
>            Reporter: Dmytro Kulyk
>            Priority: Major
>         Attachments: cube_update.py, image-2018-08-20-17-19-02-341.png
>
>
> DAG with consolidating point (calc_ready : dummy) 
> LatestOnlyOperator cascading through `calc_ready` despite of it is a `dummy` and `trigger_rule`=`all_done`
> Same behavior when `trigger_rule`=`all_success`
> {code:python}
> t_ready = DummyOperator(
>   task_id = 'calc_ready',
>   trigger_rule = TriggerRule.ALL_DONE,
>   dag=dag)
> {code} 
> !image-2018-08-20-17-19-02-341.png! 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)