Now that quarry is using the new DB hosts (T176694: Switch Quarry to use *.analytics.db.svc.eqiad.wmflabs as replica database host), the article quality dataset used to measure the Keilana Effect is no longer available in via quarry.
I'd like to T173513: Create a database on the wikireplica servers called "datasets_p" and get this dataset reloaded before the workshop.
Creation statements
USE datasets_p; CREATE TABLE monthly_wp10_enwiki ( page_id INT UNSIGNED, rev_id INT UNSIGNED, timestamp VARBINARY(14), prediction VARCHAR(200), weighted_sum FLOAT(4, 3), PRIMARY KEY(page_id, timestamp) ); CREATE INDEX page_idx ON monthly_wp10_enwiki (page_id);
Data to be loaded:
- https://analytics.wikimedia.org/datasets/archive/public-datasets/all/wp10/20160801/enwiki-20160801.monthly_scores.trimmed.tsv.bz2
- https://analytics.wikimedia.org/datasets/archive/public-datasets/all/wp10/20170701/enwiki-20160801-20170701.monthly_scores.trimmed.tsv.bz2
This task is done when: A Quarry user can join the monthly article quality dataset with the replica tables for enwiki.