Skip to content

Commit

Permalink
Organize code
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba committed Oct 24, 2023
1 parent 1de7e95 commit f97f379
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sts_synindex_external.R
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ if(nrow(synapse_manifest_to_upload) > 0){
parentId = tmp$parent,
name = new_fileName)

f <- synStore(f, activity = "Indexing", activityDescription = "Indexing external parquet datasets", used = PARQUET_FOLDER_INTERNAL, executed = latest_commit_tree_url)
f <- synStore(f,
activity = "Indexing",
activityDescription = "Indexing external parquet datasets",
used = PARQUET_FOLDER_INTERNAL,
executed = latest_commit_tree_url)

}
}

0 comments on commit f97f379

Please sign in to comment.