Sync data between persistence engines, like ETL only not stodgy
BSD 3-Clause "New" or "Revised" License
1.45k
stars
213
forks
source link
Postgres sink update error where table name exists in multiple schemas #497
Closed
matt-best-elateral closed 1 year ago
Directions
Error
write error, All primary keys were not accounted for
when importing into Postgres sink where the table name exists in more than one schema.Bug report
Relevant pipeline.js:
System info:
Reproducible Steps:
write error, All primary keys were not accounted for
is returned and the etl fails.What did you expect to happened?
Only the primary keys for the destination table and schema are used.
What actually happened?
The import failed as transporter erroneously identified a primary key as missing from the message data.