Hi - I’m trying to update an existing connector an...
# ask-community-for-troubleshooting
i
Hi - I’m trying to update an existing connector and then run the whole stack. I’ve updated the connector’s
spec.json
,
Source.java
and Dockerfile. I ran
./gradlew :airbyte-integrations:connectors:<connector>:build
and then
Copy code
./gradlew build
SUB_BUILD=PLATFORM ./gradlew build
But I cannot see my change in the UI (should have a dropdown). The changes I’ve made basically mirror https://github.com/airbytehq/airbyte/pull/10995 Can anyone provide some insights please?
I got it working eventually