Custom Destination

Hello Airbyte)

Can we store our destination in a private GitHub repo and be able to build a docker image? How can we approach it?

Yes, it is possible check the documetation: https://docs.airbyte.com/operator-guides/using-custom-connectors

Thanks for your reply. I understand that we can host a docker image of the destination in private. But we want to host the source code of our destination on private GitHub repo separated from Airbyte source code. The problem is that the Gradle command to build the destination docker image needs to be run from the Airbyte root folder. So how can we build a docker image from a destination source code hosted on a private repo?

You can host the code in Github in a private repo what you need to do is break the gradlew commands to now what commands are triggered to reproduce using Github Actions.