Snigdha Nair created AIRFLOW-1824:
-------------------------------------

             Summary: 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


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
(v6.4.14#64029)

Reply via email to