-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
httparchive.latest.summary_requests_desktop/mobile not updated #76
Comments
The most recent runs of the scheduled queries for desktop/mobile summary requests have failed with this error:
|
A few other tables have this type mismatch due to HTTPArchive/httparchive.org#135 so it will be a bit more work to get the scheduled query running. Instead I'll update the Dataflow pipeline to handle the copying of the latest tables. The July crawl is critical so I'll wait until that's done to make the changes. For now I've manually copied the 2019_06_01 summary_requests tables into the latest dataset, so your queries should be working now. |
Thanks @rviscomi! Looking forward to the July data :) |
Latest summary_requests should be generated properly thanks to HTTPArchive/httparchive.org#203. I'll create a new issue to track handling latest table creation from the Dataflow pipeline. |
summary_pages_desktop
was updated on July 1, but thesummary_requests_mobile
table hasn't been updated since May 1:As a result of this, it's not possible to use the two tables together by joining on
pageid
. I'm instead having to useJSON_EXTRACT(payload, '$._contentType') AS contentType
on the full requests table.Context: I'm updating the HTTP Archive for web compat decision making doc.
The text was updated successfully, but these errors were encountered: