This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 26a700fc7ad docs: remove outdated reference to Dag Dependencies view 
(#64787)
26a700fc7ad is described below

commit 26a700fc7ad6a4ea47abbd9455942b874c1d5591
Author: Subham <[email protected]>
AuthorDate: Wed Apr 8 23:24:56 2026 +0530

    docs: remove outdated reference to Dag Dependencies view (#64787)
---
 airflow-core/docs/core-concepts/dags.rst | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/airflow-core/docs/core-concepts/dags.rst 
b/airflow-core/docs/core-concepts/dags.rst
index a7e6fdb2b8c..8b19ba07e41 100644
--- a/airflow-core/docs/core-concepts/dags.rst
+++ b/airflow-core/docs/core-concepts/dags.rst
@@ -774,10 +774,7 @@ in which one Dag can depend on another:
 - waiting - 
:class:`~airflow.providers.standard.sensors.external_task.ExternalTaskSensor`
 
 Additional difficulty is that one Dag could wait for or trigger several runs 
of the other Dag
-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.
+with different data intervals. These dependencies are calculated by the 
scheduler during Dag serialization.
 
 The dependency detector is configurable, so you can implement your own logic 
different than the defaults in
 :class:`~airflow.serialization.serialized_objects.DependencyDetector`

Reply via email to