feat(04-01): run game canonicalization pipeline
Generate canonical games with team/stadium links for 5760 games across NBA, MLB, NHL, NFL, and MLS. Added missing team aliases: - NFL WSH -> team_nfl_was (Washington Commanders) - MLS NY -> team_mls_nyrb (NY Red Bulls) - MLS ATX -> team_mls_aus (Austin FC) Remaining 8 warnings are expected NFL playoff placeholders (TBD/AFC/NFC). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
42
Scripts/data/game_resolution_warnings.json
Normal file
42
Scripts/data/game_resolution_warnings.json
Normal file
@@ -0,0 +1,42 @@
|
||||
[
|
||||
{
|
||||
"game_key": "2026-01-17_TBD_TBD",
|
||||
"issue": "Unknown home team",
|
||||
"details": "Could not resolve home team 'TBD' for sport NFL"
|
||||
},
|
||||
{
|
||||
"game_key": "2026-01-17_TBD_TBD",
|
||||
"issue": "Unknown home team",
|
||||
"details": "Could not resolve home team 'TBD' for sport NFL"
|
||||
},
|
||||
{
|
||||
"game_key": "2026-01-18_TBD_TBD",
|
||||
"issue": "Unknown home team",
|
||||
"details": "Could not resolve home team 'TBD' for sport NFL"
|
||||
},
|
||||
{
|
||||
"game_key": "2026-01-18_TBD_TBD",
|
||||
"issue": "Unknown home team",
|
||||
"details": "Could not resolve home team 'TBD' for sport NFL"
|
||||
},
|
||||
{
|
||||
"game_key": "2026-01-25_TBD_TBD",
|
||||
"issue": "Unknown home team",
|
||||
"details": "Could not resolve home team 'TBD' for sport NFL"
|
||||
},
|
||||
{
|
||||
"game_key": "2026-01-25_TBD_TBD",
|
||||
"issue": "Unknown home team",
|
||||
"details": "Could not resolve home team 'TBD' for sport NFL"
|
||||
},
|
||||
{
|
||||
"game_key": "2026-02-04_NFC_AFC",
|
||||
"issue": "Unknown home team",
|
||||
"details": "Could not resolve home team 'AFC' for sport NFL"
|
||||
},
|
||||
{
|
||||
"game_key": "2026-02-08_TBD_TBD",
|
||||
"issue": "Unknown home team",
|
||||
"details": "Could not resolve home team 'TBD' for sport NFL"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user