Skip to content

Community Extension Download Counts Not Updating #766

@Ian-Fogelman

Description

@Ian-Fogelman

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:

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions