Chaining multiple streams in custom connectors

Summary

Exploring the possibility of chaining multiple streams in custom connectors to fetch data based on previous stream results


Question

Hello! I’m new to Airbyte, and just setup my local dev environment and started playing around with custom connectors. Is it possible to chain multiple streams together? Example:
• Stream1 - GET - gets a list of ids
• Stream2 - GET - gets a list of events based on the ids from Steam1
Is this achievable in the Builder UI? Yaml? Or do I need to explore the CDK?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["chaining-multiple-streams", "custom-connectors", "builder-ui", "yaml", "cdk"]