Skip to content

Commit

Permalink
Unlink PARQUET_FILTERED_LOCATION prior to applying filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba committed Oct 26, 2023
1 parent 07fbb31 commit 856f900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filtering.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ drop_cols_datasets <- function(dataset, columns=c(), input = AWS_PARQUET_DOWNLOA
}
}

# unlink(PARQUET_FILTERED_LOCATION, recursive = T, force = T)
unlink(PARQUET_FILTERED_LOCATION, recursive = T, force = T)

synLogin()

Expand Down

0 comments on commit 856f900

Please sign in to comment.