Skip to content

Commit f62cfbe

Browse files
committed
Update pinval.comp and pinval.model_run with final model run ID
1 parent 1867544 commit f62cfbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dbt/models/pinval/pinval.comp.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ training_data AS (
7171
WHERE train.run_id IN (
7272
'2024-03-17-stupefied-maya',
7373
'2025-02-11-charming-eric',
74-
'2026-02-04-sleepy-ida'
74+
'2026-02-11-recursing-rob'
7575
)
7676
),
7777

dbt/seeds/pinval/pinval.model_run.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ assessment_year,type,run_id
77
2025,card,2025-02-11-charming-eric
88
2025,shap,2025-04-25-fancy-free-billy
99
2025,comp,2025-06-14-flamboyant-rob
10-
2026,card,2026-02-04-sleepy-ida
11-
2026,shap,2026-02-04-sleepy-ida
12-
2026,comp,2026-02-05-vigilant-christian
10+
2026,card,2026-02-11-recursing-rob
11+
2026,shap,2026-02-11-recursing-rob
12+
2026,comp,2026-02-13-peaceful-rina

0 commit comments

Comments
 (0)