Can I set a plugins pip_url with a `meltano config...
# troubleshooting
d
Can I set a plugins pip_url with a
meltano config <plugin> set
command? Or some other way?
e
Hey @drew_hester! You can't use commands to set
pip_url
at the moment but you could reference an env var, e.g.
pip_url: $MY_PACKAGE
. I'm curious what's your use case?
d
Basically I want to pass a
pip_url
at container run time because it is a private git repository and I don't want any credentials in the image. Environment variables works though! Just thought I'd see if there was a command to do it.