Page MenuHomePhabricator

Prepare and check storage layer for suwikisource
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.

Thanks @Marostegui - I believe that since the recent reorg, it's best to add the Data-Platform-SRE tag to these tickets, unless there's a change required to maintain-views.yaml that needs review by Data-Engineering.

Mentioned in SAL (#wikimedia-operations) [2023-08-21T10:38:43Z] <btullis@cumin1001> Added views for new wiki: suwikisource T343547

I believe that this is resolved now.

btullis@tools-sgebastion-10:~$ sql suwikisource
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 218343155
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 [suwikisource_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 |
+---------+----------------+-----------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
|       1 |              0 | Tepas           |                0 |           0 | 0.643578017177 | 20230819054916 | 20230819054916     |           8 |     1388 | wikitext           | NULL      |
|       2 |              8 | Sitesupport-url |                0 |           1 | 0.701255417318 | 20230816035730 | 20230816035730     |           2 |      108 | wikitext           | NULL      |
+---------+----------------+-----------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
2 rows in set (0.003 sec)

MariaDB [suwikisource_p]>
BTullis claimed this task.