Skip to content

Commit

Permalink
Bulkinsert supports importing binlog (#2222)
Browse files Browse the repository at this point in the history
#2223

Signed-off-by: yhmo <[email protected]>
  • Loading branch information
yhmo authored Aug 15, 2024
1 parent 66c2362 commit 76d4085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymilvus/client/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ def do_bulk_insert(cls, collection_name: str, partition_name: str, files: list,
req.channel_names.extend(channel_names)

for k, v in kwargs.items():
if k in ("bucket",):
if k in ("bucket", "backup"):
kv_pair = common_types.KeyValuePair(key=str(k), value=str(v))
req.options.append(kv_pair)

Expand Down

0 comments on commit 76d4085

Please sign in to comment.