-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Font 2024 queries #3667
Font 2024 queries #3667
Conversation
Oh, I have just stumbled upon this PR. I have I think this is obsolete due to #3696 and can be closed. The queries from 2022 have been updated to the new data format and reorganized according to the chapter's structure. |
_TABLE_SUFFIX AS client, | ||
COUNT(0) AS total_page | ||
FROM | ||
`httparchive.pages.2022_06_01_*` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be using httparchive.all.pages
and the date is still for 2022.
FROM | ||
`httparchive.almanac.requests` | ||
WHERE | ||
date = '2022-06-01' AND |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still 2022.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noting the obvious.
Sorry @IvanUkhov are the fonts being tracked elsewhere? The SQL definitely needs to be rewritten for the new format. |
To be added