Skip to content

Commit c91059e

Browse files
Add sv_run_id to training data ingest (#202)
* Add sv_version to training data ingest * Switch to correct column * Add run_id to assessment outputs * Remove selection criteria * Fix linting errors * Fix linting errors * Remove assess stage changes * Fix spacing * Fix spacing --------- Co-authored-by: Dan Snow <[email protected]>
1 parent 88672d0 commit c91059e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/00-ingest.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ training_data <- dbGetQuery(
4545
sale.buyer_name AS meta_sale_buyer_name,
4646
sale.sv_is_outlier,
4747
sale.sv_outlier_type,
48+
sale.sv_run_id,
4849
res.*
4950
FROM model.vw_card_res_input res
5051
INNER JOIN default.vw_pin_sale sale

0 commit comments

Comments
 (0)