Create a connector with incremental and full refresh

Hi Guys,

I am trying to build a source python http api connector which we be incremental and full refresh. The problem is that I have different path and different parameters for incremental and full refresh. Can I know from advance what is the sync mode (maybe in “streams” method)?

thanks

Ron check the Hubpost connector. It uses different ways of sync mode (variable name sync_mode). Probably it will give your some idea about how to use it.