Multi stage stream #46711
-
Hi, Is it possible to author a stream where the POST request uses output of a previous GET request as input in the body? I was thinking that the parent stream concept could be used here but it looked like the output from the parent stream can be used as query parameters but not in the body? I am new to Airbyte and probably missed something in the documentation that allows this. Please let me know how this can be accomplished. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes! You probably want to make your initial GET request a "parent" stream, and then use that as a parent in the second stream that will be the "child" that can use the results of the first stream in it's request body. |
Beta Was this translation helpful? Give feedback.
Yes! You probably want to make your initial GET request a "parent" stream, and then use that as a parent in the second stream that will be the "child" that can use the results of the first stream in it's request body.