So I’m trying to develop a tap that has endpoints ...
# singer-tap-development
m
So I’m trying to develop a tap that has endpoints that needs information pulled from other endpoints. What is the “SingerSDK” way of going about that? For clarity, say I have an
ItemStream
and a
MerchantStream
. The
ItemStream
needs a
merchant_id
for each merchant but I don’t have a full list of
merchant_ids
until I run the
MerchantStream
.