Page MenuHomePhabricator

Stuartyeates (stuartyeates)
User

Projects

User is not a member of any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Monday

  • No visible events.

User Details

User Since
Jul 23 2019, 9:06 PM (367 w, 3 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Stuartyeates [ Global Accounts ]

Recent Activity

May 18 2026

Stuartyeates created T426558: https://query.wikidata.org/ code examples don't include bash examples. I have written one.
May 18 2026, 7:17 AM · Wikidata Query UI, Wikidata

Nov 12 2025

Stuartyeates added a comment to T409885: Wikidata Query Service UI should show alt code from WMF URL shortener.

The answer looks to be:

Nov 12 2025, 3:50 AM · wmde-wikidata-tech (Wikidata Omega Triage), Wikidata, Wikidata Query UI

Nov 11 2025

Stuartyeates reopened T221016: Special Characters (like $ at the end) used in short URL not parsed e.g. in Twitter (should be avoided) as "Open".

This appears to have regressed, I just minted the folllowing URL which mastodon and Derk-Jan / @TheDJ@mastodon.social asked me to bring the issue to phabricator.

Nov 11 2025, 7:54 PM · MediaWiki-extensions-UrlShortener

Feb 26 2025

Stuartyeates added a comment to T387396: A safety campaign with banners ready to go when jurisdictions threaten minority groups .

@Aklapper that banner requests page assumes that (a) that I'm the one running the campaign and (b) that the campaign is for a particular known-in-advance time. Neither are true here.
This also does not obviously match any of contact points in the Trust and Safety page as far as I can tell.

Feb 26 2025, 10:39 PM · Trust-and-Safety
Stuartyeates created T387396: A safety campaign with banners ready to go when jurisdictions threaten minority groups .
Feb 26 2025, 10:00 PM · Trust-and-Safety

Aug 27 2024

Stuartyeates added a comment to T373243: DNS on toolforge kubernetes seems to fail regularly (20-25% of the time at least).

The issues I was seeing previously appear to have all resolved themselves, thank you.

Aug 27 2024, 9:54 AM · Toolforge (Toolforge iteration 14)

Aug 26 2024

Stuartyeates added a comment to T373243: DNS on toolforge kubernetes seems to fail regularly (20-25% of the time at least).

I'm seeing failures of URLs like https://orcid-scraper.toolforge.org/results?qid=Q112671057

Aug 26 2024, 12:55 AM · Toolforge (Toolforge iteration 14)

Aug 25 2024

Stuartyeates added a comment to T373243: DNS on toolforge kubernetes seems to fail regularly (20-25% of the time at least).

Just got a different message from https://author-disambiguator.toolforge.org/names_oauth.php?... . This may be a result of a DNS failure not being caught?
`
Warning: Undefined variable $http_response_header in /data/project/author-disambiguator/public_html/lib/borrowed_utilities.php on line 41`

Aug 25 2024, 8:43 PM · Toolforge (Toolforge iteration 14)

Dec 7 2023

Stuartyeates created T352951: Change the favicon on https://en.wikipedia.beta.wmflabs.org/.
Dec 7 2023, 7:42 AM · Beta-Cluster-Infrastructure

Jun 28 2023

Stuartyeates created T340623: enable on Async Queries via Celery on https://superset.wmcloud.org/.
Jun 28 2023, 8:57 AM · superset.wmcloud.org

Jun 21 2023

Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

I've opened a superset discussion at https://github.com/apache/superset/discussions/24455 related to getting superset to export wikitables.

Jun 21 2023, 9:05 AM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry

Jun 18 2023

Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.
Jun 18 2023, 5:41 AM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry

Jun 17 2023

Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

I'm aware that our superset install doesn't currently do caching of resultsets, but there is documentation in the superset docs related to caching at https://superset.apache.org/docs/installation/cache/ Is this caching something other than resultsets?

I previously got this deployed in the docker environment. Though so far as I could tell it was only for caching chart query results. Rather than sql lab results. I have not observed caching working for sql lab queries.

My understanding is that the current https://superset.wmcloud.org/ will be retained (with some improvements / tweaks / etc.) and the current https://quarry.wmcloud.org/ will be retained (without significant maintenance).

Over time https://superset.wmcloud.org/ will accrue improvements (both locally and from upstream). Over time https://quarry.wmcloud.org/ will not, falling behind in terms of maintenance and standards until it fails completely.

This is mostly the intention. However there is not the intention to let quarry run until it fails. Rather the intention would be (there is currently no timeline for this), when superset is mostly where we are going to get it, quarry would be set to read only, thus encouraging anyone who hasn't started using superset to copy their queries over and start. The concern is if we let quarry run until it fails, many queries could be lost.

I expect the "Download data" / "wikitable" will almost certainly have to be completely written from one to the other.

This is correct. Indeed anyone so inclined should submit a patch to upstream https://github.com/apache/superset

Jun 17 2023, 10:07 PM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry

Jun 15 2023

Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

I'm making more sense of this, figuring out things that should have been explained to us from the start of this phab.

"Superset" is Apache Superset (see the Wikipedia article). It was created circa 2017, apparently not long before yuvipanda created this task. Wikimedia Toolforge Quarry dates back to at least 2014, so is around three years older than Apache Superset. So yuvipanda couldn't have recommended using Apache Superset in 2014 because it did not yet exist.

I see that both are written in Python, so by "Move Quarry to be an installation of Superset" do you mean you want to move yuvipanda's Python code into the Apache Superset code-set? On the results on my first Apache Superset run I see a button "DOWNLOAD TO CSV"... can we move yuvipanda's Python code for the Quarry "Download data" button (which includes six other options besides CSV) so that yuvipanda's button replaces the "DOWNLOAD TO CSV" button?

Jun 15 2023, 9:09 PM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry
Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

I'm aware that our superset install doesn't currently do caching of resultsets, but there is documentation in the superset docs related to caching at https://superset.apache.org/docs/installation/cache/ Is this caching something other than resultsets?

Jun 15 2023, 8:59 PM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry

Jun 2 2023

Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

Exactly. These ones are already there, by request or spoken need, and now we are going to lose them.

Jun 2 2023, 9:43 AM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry

Jun 1 2023

Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

Third. But, but but... we were told that Quarry "lacks support" and Superset has support overflowing with more support... who is providing this support? They don't even support Wikitable export? You mean Superset isn't really a superset of Quarry?

Jun 1 2023, 8:36 PM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry

May 29 2023

Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

Do either Quarry or Superset store their data in one of the accessible databases? [i.e. can we write superset queries to evaluate superset or quarry usage?]

May 29 2023, 2:19 AM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry

May 25 2023

Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

My query works again. Thank you, rook.

May 25 2023, 9:39 PM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry
Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

Superset worked fro me a few days ago, but now I'm just getting https://superset.wmcloud.org/superset/sqllab/

May 25 2023, 9:48 AM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry

May 18 2023

Stuartyeates added a comment to T169452: Replace Quarry with an installation of Superset.

(a) As currently configured, Quarry is much easier to get started in than superset. Maybe we could add hints or some a random get-started query of something?

May 18 2023, 9:45 AM · cloud-services-team (FY2024/2025-Q1-Q2), superset.wmcloud.org, Quarry

Jun 1 2022

Stuartyeates added a comment to T93049: Same MassMessage is being sent more than once.

I think I've just been struck by this bug.

Jun 1 2022, 7:30 AM · MW-1.41-notes (1.41.0-wmf.10; 2023-05-23), Infrastructure-Foundations, Mail, Platform Team Workboards (Clinic Duty Team), WMF-JobQueue, MassMessage