ArielGlenn has submitted this change and it was merged.

Change subject: Add wikidata wb_property_info table to dumps
......................................................................


Add wikidata wb_property_info table to dumps

Bug: 68024
Change-Id: I9412ca58a5061089df6228eddb91bea1f13e7938
---
M xmldumps-backup/worker.py
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/xmldumps-backup/worker.py b/xmldumps-backup/worker.py
index 82c4ecc..46b7ab0 100644
--- a/xmldumps-backup/worker.py
+++ b/xmldumps-backup/worker.py
@@ -675,6 +675,8 @@
                        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." 
))
+                       self.dumpItems.append(
                                PublicTable( "sites", "sitestable","This 
contains the SiteMatrix information from meta.wikimedia.org provided as a 
table." ))
 
                self.dumpItems.append(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9412ca58a5061089df6228eddb91bea1f13e7938
Gerrit-PatchSet: 2
Gerrit-Project: operations/dumps
Gerrit-Branch: ariel
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to