Hi, sorry hopefully this is a quick question. I've...
# singer-tap-development
e
Hi, sorry hopefully this is a quick question. I've been trudging through the docs and slack channel all morning and I seem to have missed it. Where would I be able to call a retry for a stream? The context is that one of my API calls is exporting a file so it returns a status, I'm basically waiting for it to say
status="Finished"
so it can pass the information to the child stream. But in the current chain, the stream immediately gets
status="Processing"
so the child stream ends up not having any information.