hoodox
06/30/2022, 10:51 AMmeltano init my-project
After playing around with it I deleted the project (including the directory my-project).
Then I ran meltano init my-project
again but get errors
Directory my-project already exists.
It feels so strange as the directory has already been deleted so there must be a cache somewhere.
I wonder if its to do with DBT cache as well or something
What is more interesting is that this only applies to the my-project directory.christoph
06/30/2022, 12:21 PMmkdir
https://github.com/meltano/meltano/blob/ad79b1a028e857e4db778ab6e031e45b2d7d10d1/src/meltano/core/project_init_service.py#L41-L46