<@U02TFM12THU> let me know if that all makes sense...
# connector-development
e
@Sherif Nada let me know if that all makes sense!
a
Hey @Ethan Veres, I think the key here is to implement a
stream_slices
method on
IncrementalLeverHiringStream
to replace interval-based checkpointing by stream slices + enable the use of cache. I drafted an untested example, let me know if it makes sense.
e
Thanks @Augustin Lafanechere (Airbyte)! Would calling
opportunities_stream.read_records(sync_mode=SyncMode.incremental ...
with incremental affect the opportunities saved state in the db?
And I guess a few other questions - 1. There’s no
updatedAt
cursor field in the opportunity child streams, so how can I get the incremental state for child streams saved?
a
Thanks @Augustin Lafanechere (Airbyte)! Would calling
opportunities_stream.read_records(sync_mode=SyncMode.incremental ...
with incremental affect the opportunities saved state in the db?
If these records are read from the cache I don't think it will affect the state.
And I guess a few other questions -
1. There’s no
updatedAt
cursor field in the opportunity child streams, so how can I get the incremental state for child streams saved?
Do you think the opportunity_id could be used as a cursor field for these child streams?