Kitware/glance

How to add a progress bar with %age while loading data?

rajat-panwar1 opened this issue · 7 comments

How to add a progress bar with %age while loading data?

Can you clarify? I'm not sure what you mean by "%age". If you mean adding a progress bar (that is not indeterminate) to loading data, then it would depend on if the data loader supports reporting progress. Most of the readers that Glance uses does not support reporting progress, hence we must use an indeterminate loader.

i want progress bar that shows accurate %age of the data that is being uploaded.

assuming the data is being uploaded from only from s3 bucket.

If you are looking for a progress bar that shows when downloading your dataset into Glance, then check out #442. Once that is merged, then that will report download progress.

yeah, that is what i am looking for, thanks for the update but when do think that process will be done by?

Once CI reports green, I will merge the changes.

This is deployed. If you have issues, please re-open with more details.

One note: if your s3 bucket does not report content-length for a dataset (i.e. downloading via the browser doesn't show a progress bar), then glance will not be able to report a progress percentage.