You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ITJamie (via GitHub)" <gi...@apache.org> on 2024/04/08 10:08:42 UTC

Re: [I] Old, unused tags cannot be removed easily [airflow]

ITJamie commented on issue #31184:
URL: https://github.com/apache/airflow/issues/31184#issuecomment-2042359143

   an idea for this would be to have an additional column on the dag_tag table. 
   a last_seen date field.
   
   when the scheduler / importer runs it could update the dag_tag table with new dates.
   then delete tags not seen in x days?


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