Is there a way to include a param from the partiti...
# singer-tap-development
h
Is there a way to include a param from the partition in the actual stream? For example, I have a stream (
ProjectUsersStream
) that has to be requested on a per-project basis. How do I include the associated
project_id
in the stream output? https://github.com/hotgluexyz/tap-procore/blob/master/tap_procore/streams.py#L271