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/02/01 10:31:07 UTC

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

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



##########
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:
       Yeh. Agree fixing it would be best




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