Skip to content

Incremental stream unexpectedly emitting ACTIVATE_VERSION messages #56

@edgarrmondragon

Description

@edgarrmondragon

Looking at the code in

if replication_key or bookmark_is_empty:

it seems that it should be

-         if replication_key or bookmark_is_empty:
+         if not replication_key or bookmark_is_empty:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions