how to deploy a custom connector to a different airbyte instance #42403
Unanswered
DaanDuppen
asked this question in
Connector Builder
Replies: 1 comment
-
You have a few ways to make your source available to another instance.
To build a custom image, the easiest way is to build it in Basically:
Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've been experimenting with OSS Airbyte and I'm loving it so far! I've set up a VM running airbyte and built a couple of custom connectors using the connector builder. This all works like a charm.
Now I'd like to run 2 VMs (dev and prod) so I can create/update my connectors in dev and deploy them to prod using a ci/cd pipeline. I'd expect this to be easy: using an airbyte API to get the custom connector yaml definition from my dev airbyte VM and use that to create/update a custom connector on my prod airbyte VM. Then copying the connection from my dev airbyte instance to my prod airbyte instance. The problem is that I can't find a way to do this.
I've tried a couple of methods:
Am I missing something? Or is this simply not possible at the moment?
I'd love to hear what others are doing for their deployments of Airbyte OSS with custom connectors.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions