Hi everyone, I'm currently working on a REST tap a...
# singer-tap-development
m
Hi everyone, I'm currently working on a REST tap and started out with the template. There are two REST endpoints of interest. My problem is that I need to use the results (e.g. an id list) of one endpoint as url parameters for the other endpoint (one call for each id). Is there an easy way to solve this with the sdk? Thanks you for your feedback! Kind regards, Marc
e
Hi @Marc Panzirsch, you might wanna look at https://sdk.meltano.com/en/v0.39.1/parent_streams.html.
m
Dear Edgar, thank you very much for pointing me in the right direction 🙂
e
No problem, let me know if you run into any blockers!