Adaverse commented on code in PR #32406: URL: https://github.com/apache/airflow/pull/32406#discussion_r1254704725
########## docs/apache-airflow/howto/add-dag-tags.rst: ########## @@ -38,3 +38,8 @@ 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``. Review Comment: ```suggestion In case of stale tags, you can purge old data with the Airflow CLI command ``airflow db clean``. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
