Skip to content

OFC/Oceania countries absent from the countries table #359

@dcaribou

Description

@dcaribou

Description

The countries table (introduced in this branch) has no OFC/Oceania entries. The countries.json source file only contains records for 4 confederations: Afrika, Amerika, Asien, Europa — all scraped from Transfermarkt's confederation pages.

However, 2 OFC national teams exist in national_teams (e.g. New Zealand, Papua New Guinea), so the join to countries works for those teams (via the national_teams parent data), but the countries table itself is incomplete.

Root Cause

The acquire_countries pipeline uses tfmkt confederations to discover parent pages, but the confederations crawler may not return an OFC entry, or Transfermarkt does not have an OFC confederation page in the same structure.

Fix

Investigate whether Transfermarkt has an OFC confederation page and extend the acquire_countries pipeline to cover it, or manually add OFC countries to the source data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions