You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/02 14:21:09 UTC

[GitHub] [airflow] lidalei commented on a change in pull request #21170: Add a note about broken DAG dependency graph

lidalei commented on a change in pull request #21170:
URL: https://github.com/apache/airflow/pull/21170#discussion_r817736495



##########
File path: docs/apache-airflow/concepts/dags.rst
##########
@@ -713,7 +713,8 @@ Additional difficulty is that one DAG could wait for or trigger several runs of
 with different data intervals. The **Dag Dependencies** view
 ``Menu -> Browse -> DAG Dependencies`` helps visualize dependencies between DAGs. The dependencies
 are calculated by the scheduler during DAG serialization and the webserver uses them to build
-the dependency graph.
+the dependency graph. Note that if a DAG depends on another DAG which does not exist (for example a deleted DAG),
+the webserver will fail to render the dependency graph.

Review comment:
       I would like to. But it will take me quite some time to understand the code and create a PR. Considering the severity of the issue, I guess that's fine.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org