Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For replica identity full don't create pkey on snowflake (#1478)
We create primary key indexes on the destination table in Snowflake CDC. For Replica Identity Full on a table, we assume all columns to be primary keys and replay that to the destination. But if one of those columns on the source have null values, our normalize records step fails saying `NULL result in a non-nullable column` This PR fixes this by not creating Primary Keys on the target for replica identity full Co-authored-by: Amogh Bharadwaj <[email protected]>
- Loading branch information