mikaelfr commented on pull request #9204: URL: https://github.com/apache/airflow/pull/9204#issuecomment-643150005
Another possibility is to just store the list of tags into a new column in task_instance table as a json string. It avoids having to do manual checks for orphaned tags which would probably be needed in the solution above with manual joins. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
