francis_potter
03/18/2023, 7:11 PMmeltano.yml
. I tried uninstalling and reinstalling Meltano itself and the plugins. I’ve got the config both under the environment and in the main plugins:
section. But still I see default behaviour, with no use of the output_path_prefix
or file_naming_scheme
config settings. Here’s the latest config. Help please! @Will Da Silva (Arch)francis_potter
03/18/2023, 10:58 PMtarget-csv
from HotGlue with the one from MeltanoLabs, I installed it using pipx
but failed to run meltano install
. That gets everything working right.francis_potter
03/19/2023, 12:55 AMmeltano install
basically does the same thing as pipx install
, but in its own special location within the .meltano
folder, is that correct?Will Da Silva (Arch)
03/19/2023, 2:07 AMvirtualenv
library (https://virtualenv.pypa.io/) to create an isolated Python environment for each plugin under the .meltano
directory, which is similar to what pipx
does.Will Da Silva (Arch)
03/19/2023, 2:10 AMmeltano install
ahead of time would not longer be a serious issue.