Is there an easy way to remove a custom connector ...
# ask-community-for-troubleshooting
b
Is there an easy way to remove a custom connector from the list in Airbyte? I want to export the configuration to an EC2 instance, but don't want to include the custom connector in the process which would require us to upload and setup either a Docker Hub account or figure out the connection process to an ECR image which we are hoping to avoid
1
u
Not right now... I created a doc but didnt merged because you need to take very careful doing this process https://github.com/airbytehq/airbyte/pull/6407
🙏 1
l
I've done it by exporting the config, editing it and importing it
u
More cleaver @Luke Bussey
👍 1
b
Awesome. Thank you both for the guidance here. I'm not much of a Java developer, but am I correct in thinking the compiled code is all stored in the
.gradle
folder so deleting this will remove the Airbyte configuration? Just looking to patch this for proving out our use case and iterate from there