https://linen.dev logo
v

Vipul Vaibhaw

07/05/2021, 10:33 AM
(please use only 1 thread on slack instead of 4 different ones, it makes it easier to answer your question, thanks!)
u

user

07/05/2021, 10:37 AM
okay apologies. Will keep that in mind.
u

user

07/05/2021, 10:37 AM
if you run
./gradlew clean build
and
VERSION=dev docker-compose up
this would use the core airbyte components as dev
u

user

07/05/2021, 10:38 AM
but here you are changing only a connector
u

user

07/05/2021, 10:38 AM
so you need to updatte in your admin panel to use the connector in dev version instead
u

user

07/05/2021, 10:39 AM
and you can use
./gradlew :airbyte-integrations:connectors:destination-mssql:build
to only build that connector
u

user

07/05/2021, 10:40 AM
this would avoid rebuilding the whole airbyte core systems and all connectors with the build command you were using
v

Vipul Vaibhaw

07/05/2021, 10:42 AM
This is awesome! Thanks a ton @Chris (deprecated profile) I will also try to raise a PR.