You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to figure out what the best approach would be for handling postgres CDC data. I currently have it in a append-only raw table (in duckdb) which contains initial snapshot data and subsequent update/insert/delete events - identified by a flag column.
What is the recommended approach to process CDC data with sqlmesh?
Incremental by unique key and when matched ?
I was hoping to use duckdb but it seems like that is not supported with when matched.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to figure out what the best approach would be for handling postgres CDC data. I currently have it in a append-only raw table (in duckdb) which contains initial snapshot data and subsequent update/insert/delete events - identified by a flag column.
What is the recommended approach to process CDC data with sqlmesh?
Incremental by unique key and when matched ?
I was hoping to use duckdb but it seems like that is not supported with when matched.
Any other suggestions ?
Thanks & Cheers!
Beta Was this translation helpful? Give feedback.
All reactions