Aude has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/210072

Change subject: Add wb_changes_subscription table to xml dumps
......................................................................

Add wb_changes_subscription table to xml dumps

this table is on Wikidata only. It has approximately
46,187,563 rows currently.

Bug: T98742
Change-Id: Ibbb3a581ea855f366322e5024e043e24875fa444
---
M xmldumps-backup/worker.py
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/dumps 
refs/changes/72/210072/1

diff --git a/xmldumps-backup/worker.py b/xmldumps-backup/worker.py
index c8a4be0..278d32f 100644
--- a/xmldumps-backup/worker.py
+++ b/xmldumps-backup/worker.py
@@ -675,7 +675,9 @@
                        self.dumpItems.append(
                                PublicTable( "wb_entity_per_page", 
"wbentityperpagetable","Contains a mapping of page ids and entity ids, with an 
additional entity type column." ))
                        self.dumpItems.append(
-                               PublicTable( "wb_property_info", 
"wbpropertyinfo", "Contains a mapping of Wikidata property ids and data types." 
))
+                               PublicTable( "wb_property_info", 
"wbpropertyinfo","Contains a mapping of Wikidata property ids and data types." 
))
+                       self.dumpItems.append(
+                               PublicTable( "wb_changes_subscription", 
"wbchangessubscription","Tracks which Wikibase Client wikis are using which 
items. The table is primarily used for dispatching changes to the clients so 
that pages using an item or property get purged and updated when the item or 
property changes on Wikidata." ))
                        self.dumpItems.append(
                                PublicTable( "sites", "sitestable","This 
contains the SiteMatrix information from meta.wikimedia.org provided as a 
table." ))
 

-- 
To view, visit https://gerrit.wikimedia.org/r/210072
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbb3a581ea855f366322e5024e043e24875fa444
Gerrit-PatchSet: 1
Gerrit-Project: operations/dumps
Gerrit-Branch: ariel
Gerrit-Owner: Aude <aude.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to