Commit 5917e68
David
Bump transfermarkt-scraper to latest main and fix clubs merge
Update the pinned transfermarkt-scraper git dependency to the latest
main commit, which brings a crawlee 1.6.0 -> 1.9.0 bump.
The new scraper version's clubs output made parent.average_market_value
type as JSON instead of VARCHAR in some scrapes, breaking the DuckDB
UNION ALL BY NAME merge with existing raw data. Add 'clubs' to
JSON_CASTS to normalize the parent struct, matching the same treatment
already applied to players, games, game_lineups, appearances, and
national_team_players.1 parent af8c44a commit 5917e68
2 files changed
Lines changed: 16 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments