Hello,
When using the following command :
tap-mongodb --config pipelinewise-tap-mongodb/config.json --catalog pipelinewise-tap-mongodb/catalog.json | target-postgres --config pipelinewise-target-postgres/config.json
I'm getting the following output :
time=2022-10-19 14:11:35 name=tap_mongodb level=INFO message=No change streams after 1000, updating bookmark and exiting...
time=2022-10-19 14:11:35 name=tap_mongodb level=INFO message=Syncd 0 records for company-company
And the following state is generated :
{"bookmarks": {"company-company": {"last_replication_method": "LOG_BASED"}}}
No documents are imported ...
The same is happening when i do a FULL_IMPORT followed by a LOG_BASED import, despite the following message :
time=2022-10-19 14:16:31 name=tap_mongodb level=INFO message=Replication method changed from FULL_TABLE to LOG_BASED, will re-replicate entire collection company-company
I'm pretty much stuck at this point and out of ideas. Would appreciate any help/suggestions, thank you !