Building a connector destination in a different language (Golang) #34280
-
Hi! I'm building a destination in Go. The Docker image manages to successfully run the The docs do mention that with the Docker image, any language should be ok, but I don't see any other connectors in languages other than Python or Java. Can I proceed with a PR with my Go project, its Dockerfile, and everything? Or would there be issues with the CI/CD pipeline? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@margaritagomez, the project only accepts sources built with the official CDK (Python and Java). While you can create sources or destinations in any language of your choice, the project cannot support or maintain them. It's your responsibility to manage them for your company project. |
Beta Was this translation helpful? Give feedback.
@margaritagomez, the project only accepts sources built with the official CDK (Python and Java). While you can create sources or destinations in any language of your choice, the project cannot support or maintain them. It's your responsibility to manage them for your company project.