Custom Mongo Connector Incremental Data Fetching Based on Date Field

Summary

Creating a custom Mongo connector to fetch last 90 days data based on a custom cursor field in the first run and incremental data from the second run. Inquiring about where to change the code and add filters to achieve this.


Question

Hii All & <@U04SE163WC8>,
I was creating custom mongo connector in such way that, in first run it should fetch only last 90 days data based on custom cursor_field (Eg., last_modified_date/updated_date) and from 2nd run it should fetch only incremental data.

Where should i change the code & add filter to achieve same?
Please help



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["custom-mongo-connector", "incremental-data-fetching", "date-field", "filter", "code-change"]