Hey guys, I have been wanting to add Azure Synapse...
# contributing-to-airbyte
v
(please use only 1 thread on slack instead of 4 different ones, it makes it easier to answer your question, thanks!)
u
okay apologies. Will keep that in mind.
u
if you run
./gradlew clean build
and
VERSION=dev docker-compose up
this would use the core airbyte components as dev
u
but here you are changing only a connector
u
so you need to updatte in your admin panel to use the connector in dev version instead
u
and you can use
./gradlew :airbyte-integrations:connectors:destination-mssql:build
to only build that connector
u
this would avoid rebuilding the whole airbyte core systems and all connectors with the build command you were using
v
This is awesome! Thanks a ton @Chris (deprecated profile) I will also try to raise a PR.