ashish
01/10/2024, 10:38 AMget_child_context()
class. Now I want child stream to make multiple API calls (one for each value in context array). One thing to note - this value from array will be required in child stream URL (not param)
Is there any way to do this in meltano?
E.g. parent stream context => `campaign_ids=['ID1', 'ID2', 'ID3']
now the child stream should make 3 calls - one with ID1, then with ID2 and last ID3 in url.Edgar RamÃrez (Arch.dev)
01/10/2024, 9:38 PMashish
01/11/2024, 7:01 AM