Huib
02/23/2022, 1:02 PMtls=true
and the full connection string needs to have this format: mongodb://{username}:{password}@{host}:{port}/{database}?tls=true&tlsAllowInvalidHostnames=true&tlsAllowInvalidCertificates=true
I’ve tried to test my theory by creating JDBC source, but in the end I could dockerize the container. Seems like the dependency on airbyte/integration-base-java:dev
image is not permitted.
So I guess question/request, is this possible to add to the existing MongoDB connector; and if yes, what would be the expected time frame for this? It would also be great to add ability to use SSH with this connecotr.yevgen
02/23/2022, 1:56 PMAaron Williams
02/23/2022, 1:58 PMDavid Hadaller
02/23/2022, 3:12 PMpull access denied error
or when trying to build with gradle i have an issue with building JVM (Sorry quite a noob when it comes to Java)./gradlew :airbyte-integrations:connectors:source-mongodb-v2:build
And rebuild the docker image:
docker build -f ./airbyte-integrations/connectors/source-mongodb-v2/Dockerfile -t airbyte/source-mongodb-v2:dev
Then you need to set the version to dev
in the settings page.