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

BQ sink: ensure correct order of insertion #35

Open
imor opened this issue Oct 8, 2024 · 0 comments
Open

BQ sink: ensure correct order of insertion #35

imor opened this issue Oct 8, 2024 · 0 comments

Comments

@imor
Copy link
Contributor

imor commented Oct 8, 2024

If two CDC events have the same system time, they might applied in the wrong order to the final table. Ensure that the events are applied in the correct order by setting the LSN in the _CHANGE_SEQUENCE_NUMBER column. See https://cloud.google.com/bigquery/docs/change-data-capture#manage_custom_ordering.

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

No branches or pull requests

1 participant