Name of Failure:
OperationFailure("collation not allowed in this atlas tier...
OperationFailure('(Unauthorized) not authorized on admin to execute command { bulkWrite: 1...
Link to task:
Context of when and why the failure occurred:
Stack trace:
pymongo.errors.ClientBulkWriteException: batch op errors occurred, full error: {'anySuccessful': False, 'error': OperationFailure('(Unauthorized) not authorized on admin to execute command { bulkWrite: 1, errorsOnly: true, ordered: true, lsid: { id: {4 [65 238 90 7 230 128 72 65 167 52 224 55 46 131 232 135]} }, txnNumber: 1.000000, $db: "admin" }, full error: {\'ok\': 0, \'errmsg\': \'(Unauthorized) not authorized on admin to execute command { bulkWrite: 1, errorsOnly: true, ordered: true, lsid: { id: {4 [65 238 90 7 230 128 72 65 167 52 224 55 46 131 232 135]} }, txnNumber: 1.000000, $db: "admin" }\', \'code\': 8000, \'codeName\': \'AtlasError\'}'), 'writeErrors': [], 'writeConcernErrors': [], 'nInserted': 0, 'nUpserted': 0, 'nMatched': 0, 'nModified': 0, 'nDeleted': 0, 'insertResults': {}, 'updateResults': {}, 'deleteResults': {}} [2024/08/19 10:50:53.471] pymongo/_client_bulk_shared.py:77: ClientBulkWriteException
- is related to
-
PYTHON-3233 Improved Bulk Write API
- Development Complete