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 b1c1f97744 Add explanation about tag creation and cleanup (#32406)
b1c1f97744 is described below

commit b1c1f97744e735c5230fc658cf8deb71aa770f9b
Author: eladkal <[email protected]>
AuthorDate: Fri Jul 7 11:19:27 2023 +0300

    Add explanation about tag creation and cleanup (#32406)
    
    * Add explanation about tag creation and cleanup
---
 docs/apache-airflow/howto/add-dag-tags.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/apache-airflow/howto/add-dag-tags.rst 
b/docs/apache-airflow/howto/add-dag-tags.rst
index 7e75cec734..5b7db76229 100644
--- a/docs/apache-airflow/howto/add-dag-tags.rst
+++ b/docs/apache-airflow/howto/add-dag-tags.rst
@@ -38,3 +38,7 @@ In your Dag file, pass a list of tags you want to add to DAG 
object:
 **Screenshot**:
 
 .. image:: ../img/add-dag-tags.png
+
+Tags are registered as part of dag parsing.
+In case of stale tags, you can purge old data with the Airflow CLI command 
``airflow db clean``.
+See :ref:`db clean usage<cli-db-clean>` for more details.

Reply via email to