In my AWS DMS Task Source - MongoDB Target - RDS Postgres SQL
I am able to apply column filter and only 3 selected columns get migrated to target.
But if the source mongo document contains an object datatype. So In the Include-column filter after specifying
- oid__id
- phone_no
- address
- Params.name
- Params.age
Only the top two columns oid__id, address, and phone_no get migrated to target and the remaining two columns are skipped by the DMS task.