Disha
05/31/2023, 7:21 PMkapa.ai
05/31/2023, 7:21 PMkapa.ai
05/31/2023, 7:22 PM./gradlew :airbyte-integrations:connectors:your-connector:build
2. After building the connector, you should see the image in your Docker images list. You can check this by running: docker image ls
3. To run Airbyte in dev
mode, you can use the following commands in your local airbyte-platform
repository: SUB_BUILD=PLATFORM ./gradlew build VERSION=dev docker compose up
This will run Airbyte with your locally built connector in dev
mode. You can then access the Airbyte web app at http://localhost:8000/ and set up your connector. For more information, you can refer to the [Developing Locally](https://docs.airbyte.com/contributing-to-airbyte/developing-locally) documentation.