Madiha Khalid
05/31/2024, 1:45 PMkapa.ai
05/31/2024, 1:45 PMbash ./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: 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.Madiha Khalid
05/31/2024, 4:13 PMkapa.ai
05/31/2024, 4:13 PM