How do I implement a source defined cursor to a full refresh connector

Hi can anyone please guide me how to go about implementing incremental connector with a source defined cursor.

Hi @milind-soni, here’s a great starting point to learn about how incremental sync works:
https://docs.airbyte.com/understanding-airbyte/connections/incremental-append/

Here’s a tutorial on how to make a source connector in Python:
https://docs.airbyte.com/connector-development/tutorials/cdk-speedrun

We are also launching a way to make connectors with minimal coding next week, so look out for that!