logo
Browse Source

return mr

Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
main
junjie.jiang 2 years ago
parent
commit
af61f568b2
  1. 2
      milvus_client.py

2
milvus_client.py

@ -45,7 +45,7 @@ class MilvusClient(PyOperator):
mr = self._collection.insert(row)
if mr.err_count > 0:
raise RuntimeError("Insert to milvus failed")
return None
return mr
@property
def shared_type(self):

Loading…
Cancel
Save