Search code examples
airflowairflow-2.xairflow-webserver

Is there a way to view the 2 connected DAGs in one graph view?


I have 2 DAGS:

  1. example_call_other_dag which looks:

enter image description here

The second task (TriggerDagRunOperator) call the second DAG:

  1. example_xcom which looks:

enter image description here

Is there a way to view the 2 connected DAGs in one graph view ?

I wan't see something like:

enter image description here

Is it possible ? How can I do it ?


Solution

  • Yes. Airflow has Dag Dependencies view enter image description here

    You can access it via Browse -> Dag Dependencies:

    enter image description here

    The view exist for Airflow>=2.1.0