Join Slack
Powered by
Hello! I figure out Parent-Child Streams; Is it po...
# singer-tap-development
a
albert_m
10/16/2021, 7:04 AM
Hello! I figure out Parent-Child Streams; Is it possible to put parent context keys into the steam of the child.
e
edgar_ramirez_mondragon
10/16/2021, 6:20 PM
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
Open in Slack
Previous
Next