hoodox
06/27/2022, 2:26 PMalexander_butler
06/27/2022, 2:53 PMmeltano run
and its probably unnecessary. How many taps/targets and whatnot out of curiosity. Is the build time really that bad?
# Consider explicitness here to avoid installing stuff that you only run locally, ie:
RUN meltano install loader target-... \
&& meltano install extractors tap-1 tap-2 tap-3 \
&& meltano install transformer dbt-...
hoodox
06/28/2022, 4:59 PMalexander_butler
06/28/2022, 5:00 PMalexander_butler
06/28/2022, 5:02 PMmeltano install
right?alexander_butler
06/28/2022, 5:03 PM.dockerignore
in the meltano directory too right?alexander_butler
06/28/2022, 5:03 PM.meltano
hoodox
06/28/2022, 6:40 PM