meltano init not creating DB
This happens on windows, I'd assume not other OS's, the DB is not initting. meltano, version 1.99.0 I'm not certain this is new behavior it could have been around all this time and I just missed putting an issue in (seems unlikely but it's possible)
- Run
meltano init test - See output below
PS C:\code> meltano --log-level=debug init test-issue
Created test
Creating project files...
test/
|-- meltano.yml
|-- README.md
|-- requirements.txt
|-- output\.gitignore
|-- .gitignore
|-- model\.gitkeep
|-- extract\.gitkeep
|-- load\.gitkeep
|-- transform\.gitkeep
|-- analyze\.gitkeep
|-- notebook\.gitkeep
|-- orchestrate\.gitkeep
Creating system database...2022-04-08T19:54:04.823778Z [info ] DB connection failed. Will retry after 5s. Attempt 1/3
2022-04-08T19:54:09.841274Z [info ] DB connection failed. Will retry after 5s. Attempt 2/3
2022-04-08T19:54:14.857067Z [info ] DB connection failed. Will retry after 5s. Attempt 3/3
2022-04-08T19:54:19.872743Z [error ] Could not connect to the Database. Max retries exceeded.
(sqlite3.OperationalError) unable to open database file
(Background on this error at: https://sqlalche.me/e/14/e3q8)
PS C:\code> meltano --version
meltano, version 1.99.0
Edited by Florian