Skip to content

Commit

Permalink
Change date to subset sales temporarily to avoid potential memory error
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Jan 19, 2024
1 parent 68e8224 commit 11f37bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ resource "aws_glue_job" "sales_val_flagging" {
"--stat_groups" = "rolling_window,township_code,class"
"--iso_forest" = "meta_sale_price,sv_price_per_sqft,sv_days_since_last_transaction,sv_cgdr,sv_sale_dup_counts"
"--rolling_window_num" = 12
"--time_frame_start" = "2014-01-01"
"--time_frame_start" = "2023-01-01"
"--dev_bounds" = "2,2"
"--additional-python-modules" = "boto3==1.28.12,pandas==1.3.5,awswrangler==2.20.1,pyathena==2.25.2"
"--commit_sha" = var.commit_sha
Expand Down

0 comments on commit 11f37bb

Please sign in to comment.