Skip to content

Commit

Permalink
size of object
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Jan 30, 2024
1 parent 06b95d4 commit bf90c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions submission_processing/process_submissions.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ if(length(submissions) > 0){

print("updating inventory4")

nrow(inventory_df)
ncol(inventory_df)
object_size(inventory_df)


arrow::write_dataset(inventory_df, path = s3_inventory)

Expand Down

0 comments on commit bf90c3f

Please sign in to comment.