HTTPArchive / data-pipeline

The new HTTP Archive data pipeline built entirely on GCP
Apache License 2.0
5 stars 0 forks source link

1-based index in all.requests #270

Closed max-ostapenko closed 1 month ago

max-ostapenko commented 2 months ago

From the first glance it seems to me as a simple error in column description.

  1. see line here

  2. Query returns no results:

    SELECT
    url,
    index,
    type,
    is_main_document,
    page
    FROM `httparchive.all.requests`
    WHERE
    date = '2024-06-01'
    AND client = 'mobile'
    AND is_root_page = TRUE
    AND index = 1

Please let me know if we actually expect a 0-based index.

Need to fix here too: https://har.fyi/reference/tables/requests/#index

github-actions[bot] commented 2 months ago

Coverage report

This PR does not seem to contain any modification to coverable code.