Hi, If a record from data has been deleted in sour...
# replication-troubleshooting
r
Hi, If a record from data has been deleted in source (postgres). Can we normalize it in destination(s3) ? Just wanted to understand how this works
m
normalization is a process to transform json-nested data to relational, there isn’t anything related to deleted records.
you can use postgres cdc to have soft-deleted records mirrored to your destination
also s3 doesn’t support normalization