I'm currently developing a custom source and was w...
# advice-data-ingestion
p
I'm currently developing a custom source and was wondering what the proper way is to "update" the source in the UI after making a change. Currently I'm doing the following but my connection doesn't seem to use the updated source after I update it. 1. Make code changes on my local machine 2. Build docker file and add a tag 3. Push to docker hub repo 4. Go into Airbyte and change the tag and click "Change" 5. After successfully updating the tag, run the connection again
a
p
ah interesting, I actually got it working by just recreating the connection after updating the tag
Well, actually the code seems to update properly, but not sure if the catalog is actually updated after I tried to make changes and repush the image (i'm using docker repos not pip ones)
a
did you refresh the schema from the UI after updating the image?
p
Ah - I did not. That makes sense, thanks! Custom connector working great and client is happy