-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add progress kwarg for upload_dataset #48
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
==========================================
+ Coverage 78.49% 78.52% +0.02%
==========================================
Files 16 16
Lines 2241 2244 +3
==========================================
+ Hits 1759 1762 +3
Misses 482 482 ☔ View full report in Codecov by Sentry. |
progress=false disables rclone's progress printing
a25cdd0
to
8357732
Compare
We should also mention this in the docstring I presume, unless you intended this as an unofficial feature? |
Co-authored-by: Morten Piibeleht <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the nightly failures are unrelated, but will double check.
Edit: Yep, we're getting the RequestError
also on main: https://github.com/JuliaComputing/JuliaHub.jl/actions/runs/7785543661/job/21792097289#step:7:112
progress=false disables rclone's progress printing