Hi all. I''m trying to do something which doesn't ...
# singer-tap-development
l
Hi all. I''m trying to do something which doesn't seem "natural" with
tap-github
, and I'm hoping to find some better way to do it: • the stream hierarchy in the tap has
Repositories
at the top, and
dependencies
as a child stream. • I need to fetch the
repositories
stream for each repo that comes out of
dependencies
. right now I'm doing this by processing the output of
dependencies
and feeding it as input to a separate run of the rap Is there some obvious/built-in (in the sdk) way to tell the tap to run a given stream (that is not a child) for each result?