Hi all,
I am doing the incrementally replicate the data from postgres to hana database using table_comparison, the flow is as following
I can replicate the new added one, but failed to update the field data or delete the records in target table. The source table and target table is as following
The table_comparison configuration is as following. I use the id as Input primary key column and put all the left columns as compare columns, but failed to update fields and delete records.
Please help me out of this issue. Thanks.