andreas_zaidan
11/03/2021, 4:38 PMcontact_id
key, I would like to trigger the child stream to get the contact information
Thank youstephen_bailey
11/03/2021, 4:44 PMtap-slack
. https://github.com/MeltanoLabs/tap-slack/blob/adabada70884ca5b069a10f077a57cb5ebfae017/tap_slack/streams.py#L103
Basically, in the post_process
function, I checked for the value and if it's there, I run child_stream.sync()
.andreas_zaidan
11/03/2021, 4:44 PMstephen_bailey
11/03/2021, 4:57 PMstate_partitioning_keys
in the child stream, if there could potentially be a lot of these child stream partitions. otherwise, you might get a new entry for each parent_id
.
2. i couldn't figure out how to make the threads
stream not run its own individual sync by itself. however, it ends up not being much of a problem since it just returns nothing and moves on.andreas_zaidan
11/03/2021, 5:59 PMurl
is generated based on context
information, it’s not working for me 😢stephen_bailey
11/03/2021, 6:11 PMandreas_zaidan
11/03/2021, 6:11 PMstephen_bailey
11/03/2021, 6:13 PM