francis_potter
02/26/2023, 8:00 PMaaronsteers
02/26/2023, 8:15 PMmeltano init
should include this directory within .gitignore by default. Among other interim, local, and temporary artifacts, the .meltano directory is also the default location for a SQLite system DB, which may hold credentials and other secrets set via meltano config
. Lastly, this directory can often hold log files, which should be checked for secrets as a general rule before sharing externally.
Does this help?francis_potter
02/26/2023, 8:16 PMaaronsteers
02/26/2023, 8:49 PMmeltano install
. One of the reasons for this is that the virtual environments are specifically compatible with the host machine's OS architecture, as well as being defined specific to the host machine's installed python version.aaronsteers
02/26/2023, 8:50 PMfrancis_potter
02/26/2023, 9:20 PM