Skip to content

Commit

Permalink
Add progress bar (#58)
Browse files Browse the repository at this point in the history
* Add progress bar to Artifact$cache()

* Update CHANGELOG
  • Loading branch information
lazappi authored Oct 25, 2024
1 parent 5d249c8 commit ab0f303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ For more information, please visit the [package website](https://laminr.lamin.ai

* Define a current user and current instance with lamin-cli prior to testing and generating documentation in the CI (PR #23).

* Add progress bars to `Artifact$cache()` (PR #58)

## TESTING

* Add a simple unit test which queries laminlabs/lamindata (PR #27).
Expand Down
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 ab0f303

Please sign in to comment.