You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Approximately 50 rows per day are missing annotations
Finds 160,000 rows in for ~110 days (~300M tests). Both Server and Client are null.
The text was updated successfully, but these errors were encountered: