Quick question, with parent-child streams, can you...
# troubleshooting
f
Quick question, with parent-child streams, can you configure the extractor with
select
to only output the child stream, and will it still "run" the parent stream to find the child streams, just not output any `record`s for the parent?
Answering my own question, it appears the answer is yes, even if you don't have the parent in your select configuration it will pull it to find the child ones.
a
Yep 👍