the tap i built for stripe with the SDK is suppose...
# singer-tap-development
p
the tap i built for stripe with the SDK is supposed to support incremental replication but it seems to always do a full sync. i think it’s because i use this
get_starting_timestamp()
method to fetch state but my incremental key is a unix style integer. is there an alternate way to fetch state in this scenario? also, i used version
^0.1.0
of the SDK so i should probably upgrade too