Changelog
- 1a2c073 Add SQL Server Change Tracking source (#808)
- e01a6fb Add SharePoint source (#817)
- 193c6f1 Address review: protect synthetic event keys and tighten cancellation
- f152c7f Align football-data research doc with shipped implementation
- c78926a Drop date_from/date_to URI params in favor of the interval
- 62b14ba Drop plan-quota rate-limit line from api-football docs
- 626d5fc Fix stale primary keys after removing flatten helpers
- 0030b00 Lower api-football rate-limit burst to stay under the free-tier cap
- 9ff39a7 Merge for fixture-derived api-football tables that honor the interval
- 16f6072 Merge pull request #823 from bruin-data/prod-test-failures
- 02ffea1 Merge pull request #826 from bruin-data/iremcaginyurtturk/api-football-schema-inference
- 895fda3 Merge pull request #827 from bruin-data/fix/streaming-test-lint
- 511102a Merge pull request #828 from bruin-data/iremcaginyurtturk/football-data-schema-inference
- 82fb804 Merge pull request #830 from bruin-data/iremcaginyurtturk/api-football-apifootball-scheme
- 89ca011 Merge pull request #831 from bruin-data/iremcaginyurtturk/balldontlie-rename
- 6f2e7b9 Merge pull request #832 from bruin-data/iremcaginyurtturk/footballdata-drop-date-params
- 741ddde Modernize api-football: any over interface{}, maps.Copy
- 3ad5577 Protect match_events synthetic keys from API field collisions
- f50c106 Refactor BallDontLie source: schema inference, replace strategy, rename scheme to balldontlie
- a0eafa4 Refactor api-football source to use schema inference
- 3b9be04 Refactor football-data source to use schema inference
- 82ac40f Rename source scheme to footballdata
- 2a1a6ec Update api-football.md
- 66d8cb7 Update api-football.md
- b1bf33e Use apifootball scheme (no hyphen) for api-football source
- b8db3e6 Use merge only for incrementally-loadable api-football tables
- 6aa7fb9 [codex] speed up license policy checks (#822)
- 226b8dd feat: added history tables for existing objects, added case & casehis… (#699)
- 18470ca fix licenses test
- c93985a fix tests
- 52174fd fix(strategy): correct type in streaming_test flush loop