-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Jamstack 2021 queries #2349
Jamstack 2021 queries #2349
Conversation
Hi @denar90 just checking in on your progress. Is there anything I can do to help? |
@denar90 how's it going? |
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
Testing queries... |
@rviscomi I've aligned queries to use July data. |
sql/2021/jamstack/ranking.sql
Outdated
app, | ||
COUNT(DISTINCT url) AS pages, | ||
total_pages, | ||
COUNT(DISTINCT url) / total_pages AS pct, |
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.
I think the denominator here should be the number of pages for the given rank, not all pages in the dataset.
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.
@denar90 have you had a chance to look into this?
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
Hi @denar90 this PR is close to merging. Can you take a look at the remaining review comments? |
Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
@rviscomi thank you for the review 🎉 |
Queries for #2156
These are most of queries from 2020
I have to run them again to see if we can add anything.