tap-mongodb icon indicating copy to clipboard operation
tap-mongodb copied to clipboard

Results 22 tap-mongodb issues
Sort by recently updated
recently updated
newest added

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.4.0 to 4.6.3. Release notes Sourced from pymongo's releases. PyMongo 4.6.2 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404 PyMongo 4.6.1 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752 PyMongo 4.6.0 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866 PyMongo 4.5.0 Release...

cla-missing

# Description of change Fixes issue - #93 The change allows user to specify string projection, instead of just integer values A sample projection that didn't work before and should...

When using LOG_BASED replication method `"replication-method": "LOG_BASED"`, having a projection that's specified as string raises the following error **TypeError: unsupported operand type(s) for +: 'int' and 'str'** Example: ``` {...

When Taping into my mongodb i get the following error out of the sudden. Any Ideas how to debug this, as i have no clue which field could be non...

# Description of change see #48 the problem is that the mongo extractor is outputting a SCHEMA for every record, which may be a partial object. when this is consumed...

Hi, I'm not able to generate the correct schema in the discovery / etl process, here is a simple example Using mongo 5, standalone server. I have this collection `{...

# Description of change Add support for database URLs # QA steps - [ ] automated tests passing - [ ] manual qa steps passing (list below) # Risks #...

cla-missing

# Description of change This PR sets the PyMongo client to use the `"standard"` representation of UUID instead of the default `"undefined"` representation. [From the docs](https://pymongo.readthedocs.io/en/stable/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient): > uuidRepresentation: The BSON...

# Description of change This PR removes the workaround added in #73. The goal of #73 was to fix a seemingly random loss of `curl` being installed in the Docker...

# Description of change - Added a new parameter 'fields_to_drop' that enables us to drop fields from the mongodb source. - Fixed the bug where the schema would be read...

cla-missing