Files
padelnomics/transform/sqlmesh_padelnomics/models
Deeman bd7fa1ae9a
All checks were successful
CI / test (push) Successful in 1m0s
CI / tag (push) Successful in 3s
fix(pipeline): stg_playtomic_availability glob reads all files, filters by date range
The @start_ds in the glob pattern only matched files for the first day
of the batch, so incremental restates only loaded 1 day of data.
Changed to wildcard glob with explicit BETWEEN @start_ds AND @end_ds
filter on the date column.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 15:48:10 +01:00
..