Skip to content
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

Some rows are missing both client and server annotations #672

Open
mattmathis opened this issue Apr 25, 2022 · 0 comments
Open

Some rows are missing both client and server annotations #672

mattmathis opened this issue Apr 25, 2022 · 0 comments

Comments

@mattmathis
Copy link

Approximately 50 rows per day are missing annotations

WITH NDT7data AS (
    SELECT id, a.TestTime, Server, parser.ArchiveURL, Client
    FROM `measurement-lab.ndt.ndt7`
    WHERE date BETWEEN '2022-01-01' AND '2022-04-20'
    AND server IS NULL
)

SELECT * FROM NDT7data

Finds 160,000 rows in for ~110 days (~300M tests). Both Server and Client are null.

@mattmathis mattmathis changed the title Some rows are missing both client and server annotatios Some rows are missing both client and server annotations Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant