corneille_ombang
05/13/2021, 10:30 PMaaronsteers
05/13/2021, 10:51 PM/projects/.meltano/run/airflow/airflow.cfg before invoking docker?corneille_ombang
05/13/2021, 11:01 PMaaronsteers
05/14/2021, 12:14 AMmeltano install will heal the missing files. Can you try two things for me?
First, can you try running meltano install within the container to see if that resolves it? (You will need to get into an interactive prompt first, so that you can run multiple commands inside the container.)
Second, can you try rerunning meltano install on your local machine before running via docker? My hope and expectation if you have a successful install locally, that those files should be able to be mounted to the container.corneille_ombang
05/14/2021, 5:08 PMaaronsteers
05/17/2021, 8:36 PMdocker run command kicks off an entirely new container. Without running exit , can you try directly kicking off your following command meltano invoke airflow db init? Alternatively, you can name the container when launching it and then use docker exec to send subsequent commands to the same container. By default docker run will just keep creating new containers based on the original image.