Can someone give me a high-level overview of what ...
# singer-tap-development
h
Can someone give me a high-level overview of what happens when parent-child streams run? I'm getting strange behaviour that I don't understand. When I limit the number of records the parents return (by overwriting the
get_records
method) the child class produces the expected number of records but the parent class just stops producing any data in the destination. I am only overwriting on the parent
get_records
not the child stream.
e
What does the implementation looks like? It's hard to guess without seeing code 🙈