question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add test for creating .meltano folder on ephemeral deployments on Windows

See original GitHub issue

Have 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

  1. Create a folder with only a valid meltano.yml
  2. Run meltano install
  3. See “DB Connection Failed” Error during install due to systemdb not being available
  4. 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:closed
  • Created a year ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
tayloramurphycommented, Jul 8, 2022

@visch I’ve updated the title - want to take it and add it to your list?

0reactions
vischcommented, Jul 8, 2022

@tayloramurphy yes sir!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found