Hey all. I created a custom connector and I was a...
# replication-troubleshooting
a
Hey all. I created a custom connector and I was able to make it work when adding it via airbyte UI (localhost). How can I add my custom connector into the default list when starting up airbyte server? I tried adding it in this PR (but I commented for now because it didn't work) into
airbyte-config/init/src/main/resources/seed/source_definitions.yaml
but it didn't seem to be displayed automatically in airbyte's connector default list
Solved by adding
VERSION=dev
when running
docker-compose up