Aude has uploaded a new change for review.

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

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

Add wikidata wb_property_info table to dumps

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/dumps 
refs/changes/19/146419/1

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: newchange
Gerrit-Change-Id: I9412ca58a5061089df6228eddb91bea1f13e7938
Gerrit-PatchSet: 1
Gerrit-Project: operations/dumps
Gerrit-Branch: ariel
Gerrit-Owner: Aude <[email protected]>

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

Reply via email to