rraymondgh
rraymondgh
I can't see either of these end points in the API.
Includes graphql mutation integration. webui is not included as that is subject to change, code is available Implements interfaces and design constraints noted in issue #300
- [x] I have checked the existing issues to avoid duplicates - [x] I have redacted any info hashes and content metadata from any logs or screenshots attached to this...
``` import pymongo import pymongoarrow print(pymongo.__version__, pymongoarrow.__version__) from pymongoarrow.monkey import patch_all patch_all() ``` works with: ``` 4.8.0 1.5.1 ``` fails with: ``` 4.9.1 1.5.1 ``` Exception ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback...