Hi all, I´m really lost. I cloned the airbyte git ...
# help-connector-development
l
Hi all, I´m really lost. I cloned the airbyte git repo locally. There I duplicated the source-google-ads folder and the source-bing-ads folder. Called them source-google-ads-new and source-bing-ads-new. Inside each one of them, I added a field to the schema of one stream. Now, what should I do to upload those new connectors for my use? In this tutorial https://docs.airbyte.com/connector-development/tutorials/cdk-speedrun/ I see these steps because actually, I´m not touching any other definition in the source connectors. how should I proceed?? It must sound dumb.. but I´m really lost here
a
This tutorial covers the end-to-end creation/importation process - https://airbyte.com/tutorials/extract-data-from-the-webflow-api
l
Hi Alex, I was told by Marcos to : You can change the schema and build a dev version of the connector.
docker build . -t airbyte/source-bing-ads:dev
and update the version in the Airbyte WebApp.
But no idea how. I have in vs code the airbyte repo cloned with the schema changes that I needed. What should I do next? We are using airbyte open source and the airbyte docker is not locally
a
There is a section in the linked tutorial called “Building a docker image of the connector”.
l
Hi.. I´m just new in it. I don´t have access to the company´s docker. The ones who have access should run docker build . -t airbyte/google-bing-dev-branch:dev ? so I need to pass them the branch I made with the modifications?
a
Can you install and run docker locally?
l
I have it locally..
1
image.png