which source connectors (python based) have cursor...
# contributing-to-airbyte
a
which source connectors (python based) have cursor support? Looking for code examples...
u
generic python I believe? thanks @s
u
the examples below are using older versions of our CDK that have since been removed so it might be a little hard to follow everything that is happening. Is there something in particular you are looking to answer?
u
I have a stream that contains timeseries data. I would like to be able to keep track of the last date retrieved so I can begin there on the next run of read()
u
not sure how I do that. Somehow I think its related to the incremental replication feature and cursors
u
the connector will receive as input the last state message output from the most recent sync