3 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
répondu il y a un mois
0
Here is the IncludeOpForFullLoad option
https://aws.amazon.com/blogs/database/filter-delete-operations-with-aws-dms/
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 2 ans
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
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