Anyone have a good workflow worked out for building a Meltano image via Github Actions where some taps/targets are pip installs from private repositories ?
h
haleemur_ali
11/24/2021, 3:11 AM
Yeah, we put our custom taps / targets are in the meltano project and pip installed locally. Works on gitlab CI, should work on GitHub as well
a
andrew_stewart
11/24/2021, 11:41 PM
Yeah that probably makes the most sense. I've got a couple separate meltano project repos I'd want to use the same custom taps in, but I suppose submodules or something like that could work.
andrew_stewart
11/24/2021, 11:44 PM
What I ended up doing was creating a PAT and injecting that into the image build and then into a git credential helper.