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
SELECT*FROM (
SELECT
CONCAT('https://', req_http_X_Repo, '-', req_http_X_Owner, '.hlx.page/' ) AS url,
req_http_X_Owner AS owner,
req_http_X_Repo AS repo,
COUNT(time_start_usec) AS requests,
TIMESTAMP_MICROS(CAST(MIN(time_start_usec) AS INT64)) AS start
FROM`helix-225321.helix_logging_1McGRQOYFuABWBHyD8D4Ux.requests*`GROUP BY req_http_X_Repo, req_http_X_Owner
)
WHERE
requests >100AND
owner !='(null)'ORDER BY start DESCLIMIT100
could be a start, but adding parameters for the date range and the number of sites returned would be nice.
The text was updated successfully, but these errors were encountered:
could be a start, but adding parameters for the date range and the number of sites returned would be nice.
The text was updated successfully, but these errors were encountered: