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

set is_sorted to true to allow resuming #3

Merged
merged 2 commits into from
Jan 18, 2023
Merged

set is_sorted to true to allow resuming #3

merged 2 commits into from
Jan 18, 2023

Conversation

pnadolny13
Copy link
Collaborator

@pnadolny13 pnadolny13 commented Jan 18, 2023

I had a backfill job running that I stopped purposefully and when I tried to restart it went back to using the start_date vs the replication bookmark. If I understand correctly this property will allow it to do what I expected. The stream queries using a sort by timestamp and I know that records are emitted in order so as far as I can tell its safe to enable this.

@edgarrmondragon any thoughts? Am I understanding this correctly?

@edgarrmondragon
Copy link
Member

Am I understanding this correctly?

@pnadolny13 Yup, that's the exact use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants