Page MenuHomePhabricator

Prepare and check storage layer for blkwiktionary
Closed, ResolvedPublic

Description

The new wiki's visibility will be: Public.

Event Timeline

Marostegui triaged this task as Medium priority.Aug 7 2023, 4:16 AM
Marostegui moved this task from Triage to Blocked on the DBA board.
Marostegui subscribed.

Let us know when the wiki is created so we can sanitize it

Marostegui moved this task from Blocked to Done on the DBA board.
Marostegui added a subscriber: BTullis.

Views and grants are added.
A data check looks good, no PII.
This is ready for Data-Engineering to create the views.

Mentioned in SAL (#wikimedia-operations) [2023-08-21T11:23:30Z] <btullis@cumin1001> Added views for new wiki: blkwiktionary T343541

BTullis claimed this task.
BTullis moved this task from In Progress to Done on the Data-Platform-SRE board.

I believe that this is complete now.

btullis@tools-sgebastion-10:~$ sql blkwiktionary
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 218550996
Server version: 10.4.22-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [blkwiktionary_p]> select * from page limit 2;
+---------+----------------+-----------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
| page_id | page_namespace | page_title      | page_is_redirect | page_is_new | page_random    | page_touched   | page_links_updated | page_latest | page_len | page_content_model | page_lang |
+---------+----------------+-----------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
|       2 |              8 | Sitesupport-url |                0 |           1 | 0.672985140049 | 20230816042757 | 20230816042757     |           2 |      110 | wikitext           | NULL      |
|       3 |              2 | Koavf           |                0 |           0 | 0.543018290618 | 20230816070828 | 20230816070828     |           4 |       82 | wikitext           | NULL      |
+---------+----------------+-----------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
2 rows in set (0.002 sec)

MariaDB [blkwiktionary_p]>