Commit 14f6384
authored
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)1 parent 886f932 commit 14f6384
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
0 commit comments