Commit 7f4148e
committed
fix: satisfy dim_model_7 contract in integration_tests_sl
The SL migration added a date_day time dimension to dim_model_7's YAML
but never projected the column in the SQL and never set its data_type.
Fusion's strict contract check fails on both counts. Emit a date literal
as date_day in the SELECT and declare `data_type: date` in the YAML.1 parent 2e1a7fd commit 7f4148e
2 files changed
Lines changed: 5 additions & 1 deletion
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments