sumit_singh
08/19/2022, 8:37 AM.meltano/run/elt/juan_luis_cano_rodriguez
08/19/2022, 8:42 AM.meltano/run/eltaaron_phethean
08/19/2022, 9:27 AMmeltano run is stored in ./.meltano/meltano.db (an SQLite db)
When you set a MELTANO_DATABASE_URI your state is saved into the postgres database specified. (NOTE - the 'meltano elt' command required you to set a state id, 'meltano run' is preferred nowadays)
https://docs.meltano.com/reference/settings#database_uri
To your question, you assuming your state is in postgres, you can delete .meltano and you will need to meltano install to re-create / re-install all your virtual environments that are created for each tap/target/plugin. If you are relying on meltano.db, you probably don't want to delete .meltanosumit_singh
08/19/2022, 1:15 PM