Hello! I figure out Parent-Child Streams; Is it po...
# singer-tap-development
a
Hello! I figure out Parent-Child Streams; Is it possible to put parent context keys into the steam of the child.
e
Yes, you'd add them in the context during
post_process
like here: https://github.com/MeltanoLabs/tap-stackexchange/blob/main/tap_stackexchange/streams.py#L128-L132. You have to also add the field to the schema