it creates and manages different virtual environment acc to taps and targets requirements. but is there a way to override it so the tap will use it's parent's python env (the python virtual environment in which we run
meltano install
)?
v
visch
04/30/2024, 12:55 PM
You can use the executable plugin definition to point taps/targets to any exe you want. You may need to noop the pip_url plugin definition (maybe there's a better way here but I do something like
or do you mean is there a way to override such that executable can reside in custom tap folder and not .meltano/extractors?
v
visch
04/30/2024, 2:03 PM
Executable literally means the executable that will be ran as a part of that plugin. So yes it can execute from wherever you want it to, including your main venv