ArielGlenn has uploaded a new change for review.
https://gerrit.wikimedia.org/r/215685
Change subject: dumps: fix up job name of wb property info dump
......................................................................
dumps: fix up job name of wb property info dump
all dumps of tables should have a job name ending in 'table'
so that they can be run as one step if desired
Change-Id: I74a9ad5b4e0c336d6c5c08e7f0b43a2d5480923e
---
M xmldumps-backup/worker.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/dumps
refs/changes/85/215685/1
diff --git a/xmldumps-backup/worker.py b/xmldumps-backup/worker.py
index a4703a7..6750f85 100644
--- a/xmldumps-backup/worker.py
+++ b/xmldumps-backup/worker.py
@@ -675,7 +675,7 @@
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",
"wbpropertyinfotable", "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." ))
--
To view, visit https://gerrit.wikimedia.org/r/215685
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I74a9ad5b4e0c336d6c5c08e7f0b43a2d5480923e
Gerrit-PatchSet: 1
Gerrit-Project: operations/dumps
Gerrit-Branch: ariel
Gerrit-Owner: ArielGlenn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits