Daniel Thorn

Results 19 comments of Daniel Thorn

> It would certainly be possible to union the two tables at the clients_daily level and let rows from nightly flow through that way. seems like a nice compromize

worth noting that at the expected step for this to occur, the attributes we lose have been copied into the message. so this is inconvenient, but doesn't actually result in...

I'm able to reproduce this bug up to `21.1.3` and it's fixed for me as of `21.2`.

Based on [github's docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#allowing-select-actions-and-reusable-workflows-to-run) I believe the solution here is to add `mozilla/probe-scraper/.github/workflows/glean.yaml@main` to the list of allowed reusable actions and workflows for this repository. Given that this action is...

we could add the `-DD` flag: ``` OPTIONS -D Shows HTTP requests/headers and additional debug info needed when posting support requests, including exception stack traces. CAUTION: The output from using...

That said, I can confirm from running the command locally with `-DD` that gsutil does request a specific "generation" of objects, so if the file was rewritten between listing the...

I modified `probe_scraper/scrapers/moz_central_scraper.py` to try and find all missing revisions, and this appears to be the only one. my changes: ```diff diff --git a/probe_scraper/scrapers/moz_central_scraper.py b/probe_scraper/scrapers/moz_central_scraper.py index 61dea29..4c5ed1f 100644 --- a/probe_scraper/scrapers/moz_central_scraper.py...

for now I've asked Data SRE to copy the missing cache file to the new cache location, https://mozilla-hub.atlassian.net/browse/DSRE-1001?focusedCommentId=590672, but idk if there's a long-term solution needed here. cc @chutten

we're pulling from that tree because it's listed by buildhub. we don't (currently) filter what buildhub returns for firefox versions when scraping legacy telemetry in prod. specifically for firefox nightly...