Page MenuHomePhabricator

Special:EntityData has Dump data
Closed, ResolvedPublic

Description

Looks like there's a bug in current dumping code - https://test.wikidata.org/wiki/Special:EntityData/Q1226.ttl?flavor=dump has this:

wikibase:Dump a schema:Dataset ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "0.0.1" ;
	schema:dateModified "2015-05-06T19:56:34Z"^^xsd:dateTime .

which should only happen in dump, not in Special:EntityData.

Event Timeline

Smalyshev assigned this task to daniel.
Smalyshev raised the priority of this task from to High.
Smalyshev updated the task description. (Show Details)
Smalyshev added a project: Wikidata.
Smalyshev subscribed.

Change 209386 had a related patch set uploaded (by Smalyshev):
Temp patch for issue T98405

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

to be clear, the patch is for Java updater, the PHP part still needs to be patched.

Change 209386 merged by jenkins-bot:
Temp patch for issue T98405

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

Change 209571 had a related patch set uploaded (by Smalyshev):
T98405: don't need the Dump one in Special:EntityData

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

Change 209571 merged by jenkins-bot:
T98405: don't need the Dump one in Special:EntityData

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

With the two patches merged, this should be fixed now.