You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We resolved a bug where venues, volumes, and issues were not deduplicated correctly, creating isolated elements in Meta. The issue occurred when the Meta code was rewritten to perform a single query at the start, prioritizing the CSV venue over the triplestore. This led to the creation of new venues, volumes, and issues even if they existed in the triplestore.
The bug is fixed, but Meta still contains these isolated elements. We need to delete them to maintain data integrity.
The text was updated successfully, but these errors were encountered:
We resolved a bug where venues, volumes, and issues were not deduplicated correctly, creating isolated elements in Meta. The issue occurred when the Meta code was rewritten to perform a single query at the start, prioritizing the CSV venue over the triplestore. This led to the creation of new venues, volumes, and issues even if they existed in the triplestore.
The bug is fixed, but Meta still contains these isolated elements. We need to delete them to maintain data integrity.
The text was updated successfully, but these errors were encountered: