You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2023/03/02 16:42:08 UTC

[airflow] branch main updated: replace tree view with grid view in docs (#29879)

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

eladkal 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 a71f908a0e replace tree view with grid view in docs (#29879)
a71f908a0e is described below

commit a71f908a0eeab0c0671c39bef394ee07e06039d9
Author: eladkal <45...@users.noreply.github.com>
AuthorDate: Thu Mar 2 18:41:54 2023 +0200

    replace tree view with grid view in docs (#29879)
---
 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 190378c042..a0cf0ef6ee 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.