keith_siilats
08/09/2021, 8:52 AM#11 103.1 ERROR: Invalid requirement: '../tap-postgres'
#11 103.1 Hint: It looks like a path. File ‘../tap-postgres’ does not exist.
I see the Dockerfile does
COPY . .
Whats the recommended way to copy the local packages, set them up as submodules under the meltano project folder? Or is there some WORKDIR magic you can do in docker? make workdir /project/meltano and then copy stuff into ..? Do you want to make that default config for Dockerfile?douwe_maan
08/11/2021, 2:47 PMkeith_siilats
08/15/2021, 6:18 PM