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 2021/09/23 21:22:21 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #18483: Update best practices around deleting a task

uranusjr commented on a change in pull request #18483:
URL: https://github.com/apache/airflow/pull/18483#discussion_r715164658



##########
File path: docs/apache-airflow/best-practices.rst
##########
@@ -74,8 +74,8 @@ result -
 Deleting a task
 ----------------
 
-Never delete a task from a DAG. In case of deletion, the historical information of the task disappears from the Airflow UI.
-It is advised to create a new DAG in case the tasks need to be deleted.
+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
+it difficult to check the logs of that Task from the Webserver. If that is not desired please create a new DAG.

Review comment:
       ```suggestion
   it difficult to check the logs of that Task from the Webserver. If that is not desired, please create a new DAG.
   ```
   
   nit




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