3 回答
- 最新
- 投票最多
- 评论最多
0
Hi,
How about to use rule-action: remove-column[1]?
That rule removes only columns present inherent to source tables.
unfortunately, i didnt find any reference in the documentation to removing the first column in the method you mention , only by specifying the column name as i wrote in the question - which does not work
0
Removing opcolumn in cdc is not possible But you can add it in fullload by using eca IncludeOpForFullLoad
已回答 1 个月前
0
Here is the IncludeOpForFullLoad option
https://aws.amazon.com/blogs/database/filter-delete-operations-with-aws-dms/
相关内容
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
using the IncludeOpForFullLoad is not a valid option since the initial load of those table have already done. i am thinking about using lambda to remove this column but i am not sure how good is this idea