Builder: add substream chunks/slices #34244
dgram
started this conversation in
Connector Ideas and Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As i've seen currently its only possible to use substreams once by once.
Example:
Parent Stream, reads/returns multiple products
Sub-Stream, can currently only handle one product request id once-by-once instead of get for example 100 product ids and handle them as one request.
https://api.example.com/product_details?product_ids={{ stream_slice.100_event_ids }}
Beta Was this translation helpful? Give feedback.
All reactions