Hi, I want to test my connector's change on airbyt...
# contributing-to-airbyte
d
Hi, I want to test my connector's change on airbyte instance, Ive build dev image and tried to change version to "dev" but it says "The docker image cannot be found despite" I have it on my images list. Is it a bug? I remember I was doing same in the past and it worked
u
there is version 0.2.1 on picture but I was trying to input "dev" version
u
can you run
docker images | grep github
and show the output here?
u
d
and airbyte is running on the same machine right?
u
hmm. surprising
u
are there any issues you see in the server logs? the window where you ran docker-compose up?
u
Yes, tried to stop airbyte services, rebuild images and run one more time, everything went fine
u
Also another question, do we have oauth on master branch? Cause I cant see authorize button
u
when you try to upgrade to
dev
and click the update button, do you see any exceptions in the server logs?
u
not now, rebuilding images resolved an issue, now I can update to dev
d
but cannot see authorize button on connector setup, is it ok ?
u
Also there is no authorize button for another connectors, like fb marketing 0.1.20 version despite we have auth flow specification for it
u
oauth is not available on OSS by default
u
but it can be enabled
d
one second getting the instructions