what's a good channel to ask dev advice? I submitt...
# ask-ai
m
what's a good channel to ask dev advice? I submitted a patch https://github.com/airbytehq/airbyte/pull/14295 "blind", and I'm trying to actually try it out now. The script is used in the normalization docker image, and I'm not sure how to make the overall app use a patched docker-image
m
You’re trying to run locally that branch?
m
yes, but of course it's not using the proper normalization docker image. I guess I could build it and tag it on my local docker, but I'm not sure if that's the right approach