Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

LOG_BASED import : no documents imported when previous state is empty  #83

@je-kr

Description

@je-kr

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions