Nice article but, how can I implement a Job that needs to analice the new data every day according to the updated_at field, must I have to work with all the data in the MongoDB collection every time? Is there a way to filter the query data before it is managed in the Glue job so I can reduce data transfer and processing cost and also resource usage? Thanks