The GitHub Actions job "Tests" on airflow.git/fix/registry-stats-module-counts 
has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
dd31e5aa1ae4bb4ba948421fb2372c9c88870e70 / Kaxil Naik <[email protected]>
Fix stats page showing 0 for per-type module counts

The stats page "Top 10 by Module Count" table showed 0 for all
per-type columns (Operators, Hooks, Sensors, etc.) while the Total
column was correct. This was caused by incremental builds: the
`...p` spread copied stale `module_counts` zeros from providers.json,
but `totalModules` was correctly computed from modules.json.

Override `module_counts` with the actual per-type counts from
modules.json (the source of truth), matching how `totalModules`
is already computed.

Report URL: https://github.com/apache/airflow/actions/runs/23279342460

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to