add test for creating .meltano folder on ephemeral deployments on Windows
See original GitHub issueHave a project that doesn’t have a .meltano directory due to it being a ephemeral deployment (ie files from the repo are copied every run)
To repeat
- Create a folder with only a valid meltano.yml
- Run
meltano install
- See “DB Connection Failed” Error during install due to systemdb not being available
- Note that to replicate this you cannot have a
.meltano
directory already created. If it’s already created the systemdb will be created as expected
To fix I manually copy a .meltano/db file over
I thought we had an issue about this but I couldn’t find it 😕
Issue Analytics
- State:
- Created a year ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Complete Tutorial - Meltano Documentation
Navigate to the directory that you'd like to hold your Meltano projects if you haven't already done so: mkdir · Navigate to the...
Read more >Getting Started - Meltano
Install Meltano. Local installation; Docker installation · Create your Meltano project · Add an extractor to pull data from a source. Select entities...
Read more >Deployment in Production
Once you've set up a Meltano project and run some pipelines on your local machine, it'll be time to repeat this trick in...
Read more >Meltano Documentation
Welcome to the Meltano Documentation! Here you'll learn how to use Meltano, how Meltano is built, and where to get started.
Read more >Command Line - Meltano Documentation
meltano add lets you add plugins to your Meltano project. ... by the plugin type, its configuration can be tested using meltano config...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@visch I’ve updated the title - want to take it and add it to your list?
@tayloramurphy yes sir!