eladkal commented on a change in pull request #21170:
URL: https://github.com/apache/airflow/pull/21170#discussion_r794401768
##########
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:
cc @bbovenzi wdyt?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]