You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments