Inherits object.
◆ run_bulk()
def seims.preprocess.db_mongodb.MongoUtil.run_bulk |
( |
|
bulk, |
|
|
|
errmsg = '' |
|
) |
| |
|
static |
Execute bulk operations, do not raise exception.
Deprecated from v3.5
◆ run_bulk_write()
def seims.preprocess.db_mongodb.MongoUtil.run_bulk_write |
( |
|
coll, |
|
|
|
req_list |
|
) |
| |
|
static |
Run bulk_write.
Reference: https://pymongo.readthedocs.io/en/stable/api/pymongo/collection.html
#pymongo.collection.Collection.bulk_write
The documentation for this class was generated from the following file:
- seims/preprocess/db_mongodb.py