The GitHub Actions job "Tests (AMD)" on airflow.git/add-more-registry-module-categories has failed. Run started by GitHub user Lee-W (triggered by Lee-W).
Head commit for run: a1ffe7ec6b4310f490cbec2cbfbc5f3f4a4c8ec3 / Wei Lee <[email protected]> Show all provider module categories on backfilled version pages extract_versions.py hardcoded a 4-entry FQCN_SECTIONS map, so backfilled (older) provider version pages only showed notifications, secrets backends, logging, and executors. The newer categories added for the provider page (extra links, queues, auth managers, db managers) only showed up on the latest version page, which used a separate code path already wired to all categories. extract_versions.py now derives its category list from CLASS_LEVEL_SECTIONS instead of duplicating it, and the category overrides that used to live only in extract_parameters.py move to a shared CLASS_LEVEL_CATEGORY_OVERRIDES constant so both scripts stay in sync going forward. Report URL: https://github.com/apache/airflow/actions/runs/29925230159 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
