Skip to content

Commit

Permalink
more messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Jan 30, 2024
1 parent 48f4394 commit 06b95d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion submission_processing/process_submissions.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,17 @@ if(length(submissions) > 0){

curr_inventory <- dplyr::left_join(curr_inventory, sites, by = "site_id")

print("updating inventory3")


inventory_df <- dplyr::bind_rows(inventory_df, curr_inventory)

print("updating inventory4")


arrow::write_dataset(inventory_df, path = s3_inventory)

print("updating inventory3")
print("updating inventory5")

submission_timestamp <- paste0(submission_dir,"/T", time_stamp, "_", basename(submissions[i]))
fs::file_copy(submissions[i], submission_timestamp)
Expand Down

0 comments on commit 06b95d4

Please sign in to comment.