Filtering out fields in MongoDB at ingestion time

:question:QUESTION
Can you ignore certain nested fields by filtering out those fields during ingestion time?

:white_check_mark:ANSWER
For MongoDB we can’t filter out nested fields because it gets messy with “updates” to a nested field in Mongo. However, we can do it with other data sources at ingestion time like DynamoDB.