Description
Laos (national_team_id = 16431) has confederation = NULL in the national_teams table. All other 117 national teams have a confederation value.
Root Cause
The raw scraper returns null for Laos's confederation field in national_teams.json.gz. This appears to be a scraper-level gap — Laos is an AFC member but the confederation is not being extracted for this team.
Fix
Investigate why the national_teams crawler does not pick up the confederation for Laos. May require a fix in the transfermarkt-scraper, or a fallback mapping in base_national_teams.sql using the country_id→confederation relationship from the countries table.
Description
Laos (
national_team_id = 16431) hasconfederation = NULLin thenational_teamstable. All other 117 national teams have a confederation value.Root Cause
The raw scraper returns
nullfor Laos'sconfederationfield innational_teams.json.gz. This appears to be a scraper-level gap — Laos is an AFC member but the confederation is not being extracted for this team.Fix
Investigate why the
national_teamscrawler does not pick up the confederation for Laos. May require a fix in the transfermarkt-scraper, or a fallback mapping inbase_national_teams.sqlusing thecountry_id→confederation relationship from thecountriestable.