Skip to content

Commit

Permalink
Remove irrelevant config file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Dec 9, 2024
1 parent 8eb3586 commit ced98c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manual_flagging/yaml/inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ run_note: |
# the version number by 1 for existing flags in sales; for sales
# without flags, it assigns a version number of "1". The latest
# version of each sale flag can be found in the "default"."vw_pin_sale" view.

manual_update: false

# manual_update_only_new_sales: A boolean that only is in play when
# manual_update = true. If true, the sales val pipeline will only
# flag sale that currently have no existing flag in the sale.flag
# table. In other words, it will flag unseen sales, not sales that
# the sales val model has already given a flag value to.

manual_update_only_new_sales: true

# "housing_market_type" and "run_tri" configurations determine the
Expand All @@ -32,6 +30,7 @@ housing_market_type: [
"res_single_family",
"res_multi_family",
"res_all",
"condos"
]
run_tri: [1, 2, 3]

Expand Down

0 comments on commit ced98c2

Please sign in to comment.