Creating custom connector with substream depending on different base URL

Summary

In Airbyte cloud, is it possible to create a custom connector with a substream depending on a stream with a different base URL? The user is facing an issue where they need to access endpoints with different base URLs for parameter X and values X.


Question

Hello all!! Do you know if is it possible in Airbyte cloud to create a custom connector that have a substream depending on a stream with different base url?
Context: I have an endpoint that requieres a parameter X and another endpoint that can provide the values X I need as a list. The problem is that this 2 endpoints have different base URL, then I didn’t found a solution to have a substream with another base URL than the configured in the global config of the connector.



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

["custom-connector", "substream", "base-url", "endpoint", "parameter"]

I had a similar case and had to use 2 streams and merge them later with dbt at the destination