feature: Make `.meltano` path configurable
See original GitHub issueFeature scope
Configuration (settings parsing, validation, etc.)
Description
Making creation of .meltano
folder configurable will make it easy when running Meltano projects in read-only file systems. This will be similar to how Meltano accepts db
path
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Settings - Meltano Documentation
You can use meltano config meltano list to list all available settings with their names, environment variables, and current values. Configuration that is...
Read more >Command Line - Meltano Documentation
Meltano provides a command line interface (CLI) that makes it easy to manage your project, plugins, ... --log-config - Path to a logging...
Read more >Manage Configuration
Meltano is responsible for managing the configuration of all of a project's plugins. It knows what settings are supported by each plugin, and...
Read more >Plugins
Meltano provides the glue to make these components work together smoothly and enables consistent configuration and deployment.
Read more >Replicate Data
Meltano manages your tap and target configuration for you, makes it easy to select which entities and attributes to extract, and keeps track...
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
@edgarrmondragon assigning to you since you’re on the PR
@aaronsteers …Yes, I will be working on this. As of now, I am doing some analysis on how meltano supports other configurations. Once I am done with that, i’ll post my approach