The GitHub Actions job "Tests" on airflow.git/main has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: f645261dc095f6cca7a8fcc26beb57b1e4e56b85 / Kaxil Naik <[email protected]> Fix stats page showing 0 for per-type module counts (#63911) 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/23279488705 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
