tim_brunk
01/28/2022, 2:07 AM.meltano directory besides running meltano init? I would like to clone a git tracked Meltano project and just run mletano install to install everything I need, but since the .meltano directory isn't tracked by git, I get an error about not being able to connect to the DB. when I run meltano install Thanks!edgar_ramirez_mondragon
01/28/2022, 2:49 AMmeltano install should (re)create the .meltano/ directory and the default .meltano/meltano.db database if it doesn't exist. So, a couple of questions:
1. Are you using the default (SQLite) db?
2. If not, are you running a CI pipeline to build a Meltano docker image in an environment without access to the database?tim_brunk
01/28/2022, 3:02 AMedgar_ramirez_mondragon
01/28/2022, 3:16 AMtim_brunk
01/28/2022, 3:47 PMmeltano install first. My workaround currently is to meltano init first, then add the git remote second and pull down the code.