tap-mongodb
tap-mongodb copied to clipboard
I am used in Stitchdata. The mongo database version is `4.2.12`. I added four whitelist ips for stitch. ``` 2021-03-10 23:49:55,492Z main - INFO Running tap-mongodb version 2.0.0 and target-stitch...
I'm currently trying to debug an issue that causes the mongodb tap to not pickup changes using the Oplog. In order to do this I would like to run the...
# Description of change Commented out test due to failure. Carded out https://stitchdata.atlassian.net/browse/SRCE-5110. # QA steps - [ ] automated tests passing - [ ] manual qa steps passing (list...
… database was returned in the list multiple times. This patch removes duplicates instances of the data base from the list of discovered databases. # Description of change remove duplicates...
# Description of change Query oplog with 'gt' instead of 'gte'. Querying with 'gte' will lead to duplicated rows if the last oplog entry is for a collection that is...
What and where do I need to set aws credentials so that circleci can run the automated tests? I tried setting ` aws_access_key_id` and `aws_secret_access_key` in the circleci-user context.
Mongo to redshift. I got this error what can be the possible reasons ``` RROR Exception writing records Traceback (most recent call last): File "/Users/macbookpro/.virtualenvs/target-redshift/lib/python3.7/site-packages/target_postgres/postgres.py", line 300, in write_batch {'version':...
If there are users with multiple roles that are able to find databases, then `get_databases()` in `tap_mongodb/__init__.py` returns the same database name multiple times. This causes the catalog to be...
# Description of change The tap currently cannot support multiple data types in the `_id` field for `FULL_TABLE` replication, due to the behavior of MongoDB when comparing differing types (e.g.,...
Switching to `2.0.0` I found that this tap outputs bad schema messages: Original schema: ```json { "properties": { "_id": { "type": "string" }, "student_id": { "type": "integer" }, "class_id": {...