can anyone think of an example of nested cursor fi...
# contributing-to-airbyte
s
can anyone think of an example of nested cursor fields? to power incremental sync, airbyte uses a field like
updated_at
, reading from the source records whose
updated_at
is greater than the largest
updated_at
from the previous sync. So far I have only encountered instances where these cursor fields are at the “top-level” i.e: not nested within the record. But I’m curious to understand how prevalent nested cursor fields are e.g:
date_info.updated_at
u
maybe @Eugene Kulak @Vitalii Vdovenko @Yevhenii Kurochkin have seen something around this
u
in stripe there are so many nested objects. i assume one of them has updated at or created at. no?
u
dunno if you're looking for something to test / develop against, but my guess is you could find something in there.
u
hubspot returns some entities nested, in one place I had to flatten response to keep cursor logic simple