From 0f3f9239ab75cc53ab6cc5c1e443327b60e9b43c Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Thu, 2 Mar 2023 18:11:43 +0200 Subject: [PATCH] replace tree view with grid view in docs --- docs/apache-airflow/best-practices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/best-practices.rst b/docs/apache-airflow/best-practices.rst index 190378c042b46..a0cf0ef6ee6a1 100644 --- a/docs/apache-airflow/best-practices.rst +++ b/docs/apache-airflow/best-practices.rst @@ -75,7 +75,7 @@ result - Deleting a task ---------------- -Be careful when deleting a task from a DAG. You would not be able to see the Task in Graph View, Tree View, etc making +Be careful when deleting a task from a DAG. You would not be able to see the Task in Graph View, Grid View, etc making it difficult to check the logs of that Task from the Webserver. If that is not desired, please create a new DAG.