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
Chris (deprecated profile)
02/04/2021, 3:17 PM
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
Chris (deprecated profile)
02/04/2021, 3:20 PM
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