-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix conversations stream bookmarking #73
Conversation
…singer-io/tap-intercom into TDL-25075-fix-bookmarking-conversations
…singer-io/tap-intercom into TDL-25075-fix-bookmarking-conversations
"sort": { | ||
"field": self.replication_key, | ||
"field": "id", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
field is hardcoded to id
, is it working for all the streams?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just for the Conversations
stream.
Are we writing the bookmarks for the child streams? |
Yes (streams.py#L121) |
Description of change
conversations
records updated after previous sync start were missed in next sync because we were setting last sync end time as bookmark. Fixed this issue by bookmarking last sync start time.search_query
to resume sync from the last processedconversations
record.Manual QA steps
Risks
Rollback steps