Commit 25636ca
fix: cast timestamps to date in Daily_Record_Ct source data lookup (Databricks)
date_bounds CTE used raw MIN/MAX without CAST, so SEQUENCE generated
timestamps that never matched the date-typed existing_periods — all
dates appeared missing for timestamp columns.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1019526 commit 25636ca
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments