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

de-duplicate the data from Kafka into Bigquery on the fly #280

Closed
thienmcff opened this issue Jun 18, 2020 · 1 comment
Closed

de-duplicate the data from Kafka into Bigquery on the fly #280

thienmcff opened this issue Jun 18, 2020 · 1 comment

Comments

@thienmcff
Copy link

My use case is: I try setting up data replication from Postgresql to Bigquery. Source connector is Debezium Postgresql connector (for CDC), sink connector is Bigquery connector. It is working quite well. However, as bigquery connector is writing data (before/after schema) as append-only mode, I have to write views in Bigquery to de-duplicate and extract the latest rows (remove deleted rows and get the latest after fields).

Is there any solution to de-duplicate the data from Kafka into Bigquery on the fly?

@thienmcff
Copy link
Author

Closed as duplicate with #264

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