Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental stream unexpectedly emitting ACTIVATE_VERSION messages #56

Open
edgarrmondragon opened this issue Mar 8, 2024 · 0 comments

Comments

@edgarrmondragon
Copy link
Member

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:
yulherman added a commit to yulherman/tap-salesforce that referenced this issue Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant