Hi question on iterating on an existing source con...
# contributing-to-airbyte
k
Hi question on iterating on an existing source connector. I have added some new fields and a new stream to a source, I ran it locally with the python commands read etc. and it worked fine pulling in the new data - however when I run docker-compose up in the main airbyte directory the connector is still in its old state. How can I get the connector to represent the changes in the UI?
u
if I build the connector in the source directory with docker I can use the connector in its new state but it is a new connector with a dev tag
u
You can add as a new source if you have developed in local. You can build it and then use the image
o
yes ok that's what I have done but I thought I can change the existing connector