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

[jira] [Closed] (AIRFLOW-1824) Set Multi dag dependency

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

Ash Berlin-Taylor closed AIRFLOW-1824.
--------------------------------------
    Resolution: Duplicate

> Set Multi dag dependency 
> -------------------------
>
>                 Key: AIRFLOW-1824
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1824
>             Project: Apache Airflow
>          Issue Type: Task
>            Reporter: Snigdha Nair
>            Priority: Major
>
> I have 3 dags A, B and C. Dag C should get triggered only after tasks in dag A and B completes. Is there a way to implement this in airflow? I am able to set dependency between dag A and C using Triggerdagrun Operator. But when I try to set dependency between dag B and C, C is getting triggered when either A or B completes. Can someone please help me in solving this? I understand that explains external task sensor Operator can be used. But it continuously polls if task in dag A and B is complete which might create performance hit over a period of time.



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