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.