Mayur Choubey
04/28/2023, 8:11 AM./gradlew :airbyte-integrations:connectors:destination-iceberg:build
./gradlew :airbyte-integrations:connectors:destination-iceberg:airbyteDocker
docker run --rm airbyte/destination-iceberg:dev spec
in the output of the last command I can see the test changes I made on UI (just change of titles).kapa.ai
04/28/2023, 8:11 AMkapa.ai
04/28/2023, 8:11 AM./gradlew :airbyte-integrations:connectors:destination-iceberg:build
2. Start your Airbyte instance with the VERSION=dev
flag: VERSION=dev docker-compose up
3. Go to the Airbyte UI, navigate to the Admin section, and find the connector you modified (destination-iceberg). 4. Update the version of the connector to dev
. This will clear the cache and make the UI pick up your changes. Please note that each time you make changes to your implementation, you need to rebuild the connector image and update the version in the UI. For more information, refer to this [Slack conversation](https://airbytehq.slack.com/archives/C021JANJ6TY/p1669029239763219) and the [documentation on developing locally](https://docs.airbyte.com/contributing-to-airbyte/developing-locally).Mayur Choubey
04/28/2023, 8:19 AMJoe Reuter (Airbyte)
04/28/2023, 9:02 AMdev
image of the connector or the latest released version? If you go to settings > destinations you should see the used version:Joe Reuter (Airbyte)
04/28/2023, 9:03 AM0.1.0
version of the image, you need to change that to dev
so it will pick up your changesMayur Choubey
04/28/2023, 10:07 AMMayur Choubey
04/28/2023, 10:08 AMMayur Choubey
04/28/2023, 10:08 AMJoe Reuter (Airbyte)
04/28/2023, 10:20 AMJoe Reuter (Airbyte)
04/28/2023, 10:20 AMdev
image, so running a build, then running a sync should pick up the changesJoe Reuter (Airbyte)
04/28/2023, 10:20 AMJoe Reuter (Airbyte)
04/28/2023, 10:21 AMJoe Reuter (Airbyte)
04/28/2023, 10:21 AMJoe Reuter (Airbyte)
04/28/2023, 10:22 AMMayur Choubey
04/28/2023, 11:10 AMMayur Choubey
04/28/2023, 11:10 AMJoe Reuter (Airbyte)
04/28/2023, 11:31 AMMayur Choubey
04/28/2023, 11:47 AMJoe Reuter (Airbyte)
04/28/2023, 11:48 AMMayur Choubey
04/28/2023, 11:48 AM