Hi! Is anyone using BigQuery as a destination? If so, how are you dealing with the “append” write mode support only? Drop the tables somehow before sync? Or just accept the ever-growing duplication and size??
Hi! Which source plugin are you using?
This one: CloudQuery BigQuery Plugin
I mean which source plugin do you use to sync data from? The BigQuery is the destination plugin.
I’m using CloudQuery PostgreSQL Plugin Documentation.
I see. Yeah, BigQuery is not great with overwrite mode and rate limits, so we don’t support it yet. There is a related ticket here - GitHub Issue #14536
I’m not experienced in Go, otherwise I would be able to help out. Also, not experienced in BQ, so that makes it even harder haha.
I don’t fully understand how CDC works either lol.