chintan_patel
08/02/2023, 10:14 AMuser
08/02/2023, 2:04 PMmeltano install --schedule=<schedule_name>
https://docs.meltano.com/reference/command-line-interface#install. Its slower to startup and is more susceptible to startup failures because it has to run a pip installjan_soubusta
08/02/2023, 6:19 PMchintan_patel
08/03/2023, 8:07 AMAndy Carter
08/03/2023, 8:10 AMmeltano install
as per the std file set.
But I deploy my image to Azure Container Apps, which means I start the image with CMD meltano invoke dagster
Could I use meltano install --clean && meltano invoke dagster
as the CMD and reduce the dockerfile size considerably? The loop from one line change to pushing to my container registry is very slow at the moment, that would be great.
Its the meltano install
command that populates the venvs in .meltano
dir correct? That folder is normally listed in .dockerignore
which would make sense