I have updated the source close-com with new strea...
# ask-ai
m
I have updated the source close-com with new streams. I am deploying airbyte locally how i should deploy the new source stream changes to the airbyte
k
To deploy the new source stream changes to Airbyte locally, you can follow these steps: 1. Build the Connector: After making the changes to your source connector, you need to build it. Use the following command to build the connector:
Copy code
bash    ./gradlew :airbyte-integrations:connectors:source-close-com:build
2. Tag the Image: Once the build is complete, you can tag the Docker image. This step is necessary to identify the version of your custom connector. 3. Add the Custom Connector in the Airbyte UI: You can add the newly built connector as a custom connector in the Airbyte UI. Follow these steps: - Navigate to Settings. - Go to Sources. - Select Custom Connector and add your newly built connector. Here is a summary of the steps in a more concise format: 1. Build the connector:
Copy code
bash    ./gradlew :airbyte-integrations:connectors:source-close-com:build
2. Tag the Docker image. 3. Add the custom connector in the Airbyte UI: - Go to Settings. - Select Sources. - Choose Custom Connector and add your connector. For more detailed information, you can refer to the forum post [here](https://discuss.airbyte.io/t/1812). If you encounter any issues or need further assistance, feel free to consult the [Airbyte documentation](https://docs.airbyte.com/) or ask for help in the Airbyte community.
m
@kapa.ai this is a low-code python connector. gradle build no more working. The steps i followed as follows 1. I have downloaded Airbyte from git 2. updated the existing low-code connector with the new streams, which i want to add 3. Bump the dockerfile version and metadata.yml with new dockerImageTag 4. I started the airbyte using run-ab-platform.sh But i still see the older source version without my changes not the new one, What steps i am missing i am not able to find proper answer in the documentation
k
New message text here