update subset of target DB table columns
AnsweredCurrently a DB sink requires all columns of the target DB table to be posted to the DB sink. This implies that SESAM has the correct values for all the columns. It is not uncommon that SESAM has correct values only for a subset of target DB table columns. In this case SESAM updates other columns to null even if the schema definition contains a subset of columns.
One could argue that reading in the target table would solve the problem but this is an impractical solution.
Hence, SESAM should support updating subset of target DB table columns.
-
Official comment
We recommend that you always write to a table that you fully own. You then use db functions like triggers to merge the values you want.
Comment actions
Please sign in to leave a comment.
Comments
1 comment