Ilkka Peltola
07/01/2022, 6:53 AMIlkka Peltola
07/01/2022, 6:55 AMIlkka Peltola
07/01/2022, 6:57 AMIlkka Peltola
07/01/2022, 7:05 AMIlkka Peltola
07/01/2022, 7:08 AMIlkka Peltola
07/01/2022, 7:13 AMChris Duong [Airbyte]
07/01/2022, 8:06 AMNo... I guess since I’m only interested in contributing to a connector, I shouldn’t waste CPU time building the core and all the other connectors?This sounds like a good idea :)
Ilkka Peltola
07/01/2022, 8:08 AMChris Duong [Airbyte]
07/01/2022, 8:08 AMmodifying the codeof the connector only
building and running the whole airbyte instance locally• No, you just need to use airbyte instance (from local deployment) and switch to your connector version or a custom connector instead to test that it runs fine
Ilkka Peltola
07/01/2022, 8:48 AMIlkka Peltola
07/01/2022, 10:12 AMsource-mongodb-v2/src/
namely resources/spec.json
and main/java/io.airbyte.integrations.source.mongodb/MongoDBSource.java
• and I should be able to build running
docker build . -t airbyte/source-mongodb-v2:dev
inside the source-mongodb-v2
folder where the Dockerfile
is?
Is there something I'm missing, since I'm getting an error
[+] Building 1.0s (3/3) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 34B 0.0s
=> ERROR [internal] load metadata for <http://docker.io/airbyte/integration-base-java:dev|docker.io/airbyte/integration-base-java:dev> 0.9s
------
> [internal] load metadata for <http://docker.io/airbyte/integration-base-java:dev|docker.io/airbyte/integration-base-java:dev>:
------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
Ilkka Peltola
07/01/2022, 10:14 AMIlkka Peltola
07/01/2022, 10:19 AMChris Duong [Airbyte]
07/01/2022, 10:21 AMdocker images airbyte/integration-base-java
?Ilkka Peltola
07/01/2022, 10:23 AMIlkka Peltola
07/01/2022, 10:24 AMChris Duong [Airbyte]
07/01/2022, 10:25 AMChris Duong [Airbyte]
07/01/2022, 10:25 AMSUB_BUILD=CONNECTORS_BASE ./gradlew build
Ilkka Peltola
07/01/2022, 10:26 AMChris Duong [Airbyte]
07/01/2022, 10:26 AMIlkka Peltola
07/01/2022, 10:28 AMChris Duong [Airbyte]
07/01/2022, 10:30 AM./gradlew :airbyte-integrations:connectors:source-mongodb-v2:build
Chris Duong [Airbyte]
07/01/2022, 10:31 AMIlkka Peltola
07/01/2022, 10:32 AMAugustin Lafanechere (Airbyte)
07/06/2022, 2:37 PMIlkka Peltola
07/11/2022, 11:57 AMIlkka Peltola
07/11/2022, 12:52 PMAugustin Lafanechere (Airbyte)
07/12/2022, 8:00 AMIlkka Peltola
07/12/2022, 11:55 AM