Skip to content

Commit

Permalink
Add explanation about tag creation and cleanup (#32406)
Browse files Browse the repository at this point in the history
* Add explanation about tag creation and cleanup
  • Loading branch information
eladkal authored Jul 7, 2023
1 parent 4bbb633 commit b1c1f97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/apache-airflow/howto/add-dag-tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b1c1f97

Please sign in to comment.