Hi, May you explain the following statement writte...
# announcements
r
Hi, May you explain the following statement written in your github? "Note that you are able to create connectors using the language you want, as Airbyte connections run as Docker containers."
c
If you want to implement new custom connector, you are free to program them in any programming language as long as you respect the standard input/output of Airbyte protocol
When you submit a connector, you should also provide a docker image to build/run your connector in containers, so if you wanted to make a connector in C++ with fancy dependencies, you would be able to