vuonglv
05/03/2023, 4:28 AMtap-postgres (MeltanoLabs variant)
and load it into a destination PostgreSQL database using target-postgres (TransferWise variant)
. However, I have noticed that when I delete rows from the source PostgreSQL database, the deleted rows are not removed from the destination PostgreSQL database.
I have tried:
• Using the`hard_delete=true` option of the target-postgres(https://hub.meltano.com/loaders/target-postgres--transferwise/#hard_delete-setting), but this does not seem to delete the rows from the destination database.
Here is the command I am using to perform the ETL:
meltano run tap-postgresql target-postgres
I have verified that the rows have been deleted from the source PostgreSQL database by running a SQL query, but the deleted rows still exist in the destination PostgreSQL database after running the job.
Is there a way to hard delete in destination?
Any help or suggestions would be greatly appreciated. Thank you.thomas_briggs
05/03/2023, 1:21 PMedgar_ramirez_mondragon
05/03/2023, 3:41 PM_SDC_DELETED_AT
columnvuonglv
05/03/2023, 11:59 PM_SDC_DELETED_AT
value?
How can I config tap-postgres(any variants) to support this requirements?
Thanks for your support!user
05/04/2023, 1:33 AM