Skip to content

Commit

Permalink
Add progress bar to Artifact$cache()
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Oct 24, 2024
1 parent 2c48e6b commit 746882b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/Artifact.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ArtifactRecord <- R6::R6Class( # nolint object_name_linter
s3::s3_get(
paste0(artifact_storage$root, "/", artifact_key),
region = artifact_storage$region,
progress = TRUE,
data_dir = root_dir
)
} else {
Expand Down

0 comments on commit 746882b

Please sign in to comment.