Pedro Ceriotti
10/09/2024, 5:12 PMQuestion about parallel requests for child streamsImagine a parent stream that returns a list of contacts and we use their IDs to hit a
/contact_details
endpoint. Supposing I have a page size of 50 in the list of contacts request, I’d like to fire all 50 requests to get the child details at once to speed up the data extraction.
Is there a recommended approach for doing parallel requests for child streams on Meltano?
I haven’t found any specific mention to that in the docs/community — curious to know how you guys are approaching this.visch
10/09/2024, 5:17 PMPedro Ceriotti
10/09/2024, 5:21 PM