Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upsert_from_dataframe: Hide all progressbars if !show_progress (#310)
## Problem For GRPCIndex.upsert_from_dataframe() there is a second progressbar used when use_async_requests is true (the default) - 'collecting async responses'. However this progressbar is always shown, even if show_progress is false. ## Solution Make it respect the show_progress argument. ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue)
- Loading branch information