joshuadevlin
07/26/2022, 1:51 AMrequest_records()
to loop through a time window in chunks, but it feels like there might be an easier pattern that we're not seeing.joshuadevlin
07/26/2022, 1:51 AMchristoph
07/26/2022, 2:12 AMTAP_MYTAP_START_DATE="2022-01-01" TAP_MYTAP_END_DATE="2022-01-02" meltano elt tap-mytap target-jsonl --full-refresh
TAP_MYTAP_START_DATE="2022-01-02" TAP_MYTAP_END_DATE="2022-01-03" meltano elt tap-mytap target-jsonl --full-refresh
aaronsteers
07/26/2022, 2:40 AMjoshuadevlin
07/26/2022, 2:42 AMaaronsteers
07/26/2022, 6:58 PMend_date
in the tap.
Here's an issue where we discussed a parallel REST implementation last August - in which multiple calls would be made without waiting for the prior to return, and then as results are returned, the tap would process them and send along the retrieved records: Support for async and potentially parallel REST calls · Issue #183 · meltano/sdk (github.com)
(Note, that the discussion is mostly on the GitLab side, so you'll need to click through for additional context and implications that were put into the thread.)aaronsteers
07/26/2022, 7:00 PM