Skip to content
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

add progress bar #22

Merged
merged 4 commits into from
Oct 16, 2020
Merged

add progress bar #22

merged 4 commits into from
Oct 16, 2020

Conversation

po3rin
Copy link
Contributor

@po3rin po3rin commented Oct 16, 2020

If I have a large number of datasets, bqiam cache is so slow that I will be anxious because there is no response from the command. So this PR lets bqiam show the progress bar.

bqiam cache
[1/1][project-1] caching datasets...  15% [==>                 ]  [5s:29s]

ex) multi projects

bqiam cache  
[1/3][project-1] caching datasets... 100% [====================]  [43s:0s]  done!
[2/3][project-2] caching atasets... 100% [====================]  [31s:0s]  done!
[3/3][project-3] caching datasets... 100% [====================]  [29s:0s]  done!
dataset meta data are cached to path/to/cache-file.toml

@hirosassa
Copy link
Owner

Great PR! Thanks!

@hirosassa hirosassa merged commit b150cbd into hirosassa:master Oct 16, 2020
@po3rin po3rin mentioned this pull request Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants