You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@airflow.apache.org by Sai Golla <sa...@gmail.com> on 2020/01/17 03:30:03 UTC

Airflow Dag Dependency

Hi All,



Could anyone please help me to set up Cross Dag Dependency. I am trying to set
a dependency between tasks in two different dags , but couldn’t figure out the
issues.



I am getting a Poking statement and the dependency job not triggering .



Thanks

Sai Prasad Golla



Sent from [Mail](https://go.microsoft.com/fwlink/?LinkId=550986) for Windows
10




Re: Airflow Dag Dependency

Posted by Magnus Runesson <ma...@linuxalert.org>.
Hi!

It is always easier to guide the more details you provide with the question.

I use the external dag sensor. The important when using that is to set 
the same scheduling time for both dags. This means the dag with the 
sensor start at the same time as the dag it depend on.

Hope this gives you a hint forward.

/Magnus

On 2020-01-17 04:30, Sai Golla wrote:
>
> Hi All,
>
> Could anyone please help me to set up Cross Dag Dependency. I am 
> trying to set a dependency between tasks in two different dags , but 
> couldn’t figure out the issues.
>
> I am getting a Poking statement and the dependency job not triggering .
>
> Thanks
>
> Sai Prasad Golla
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for 
> Windows 10
>