3 Antworten
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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
beantwortet vor einem Monat
0
Here is the IncludeOpForFullLoad option
https://aws.amazon.com/blogs/database/filter-delete-operations-with-aws-dms/
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 10 Monaten
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