I am not sure if the problem is with logic in the app or because I am uploading data that already exist but uploading level data is not writing source_file or run_id. For a future storm, try to get to the upload before the techs do to investigate this issue.
Separate but related, once resolved, we can remove the line:
if (is.na(maxrun) | is.null(maxrun)) { maxrun <- 0 }
I am not sure if the problem is with logic in the app or because I am uploading data that already exist but uploading level data is not writing
source_file
orrun_id
. For a future storm, try to get to the upload before the techs do to investigate this issue.Separate but related, once resolved, we can remove the line: