I just came across <this issue> on Github, which r...
# plugins-general
p
I just came across this issue on Github, which relates to a tap I’m developing that requires incremental date pagination. I faced the exact same case raised down there, related to stopping the pagination prematurely if no records are found in any given date while iterating through dates. Do you guys have any workaround in mind to address that? I would appreciate your insights @Edgar Ramírez (Arch.dev) (or from anyone else) into this issue. Thanks!
e
We could make the
break
behavior in that loop an opt-out based on a new attribute of the
RESTStream
class. PRs welcome!
🙌 1