-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
The community download metric numbers are not being updating.
For example when running the example query specified on the docs at: https://duckdb.org/community_extensions/download_metrics
Input:
UNPIVOT (
SELECT 'community' AS repository, *
FROM 'https://community-extensions.duckdb.org/downloads-last-week.json'
)
ON COLUMNS(* EXCLUDE (_last_update, repository))
INTO NAME extension VALUE downloads_last_week
ORDER BY downloads_last_week DESC;Output:
Or accessing the JSON file directly, the last_update date is 2025-10-02T04:00:40.363Z: https://community-extensions.duckdb.org/downloads-last-week.json.
I believe there is something wrong with the ETL job from Cloudflare and metric data is not being updated at the endpoint json.
Metadata
Metadata
Assignees
Labels
No labels