alex
05/25/2022, 8:16 AMmeltano add mapper meltano-map-transformer
). However I am having issues reproducing the environment on other machines: it seems that meltano install
skips the installation of mappers, on purpose.
I am able to force the mapper install by running the meltano add mapper meltano-map-transformer
command again in the new environment (even though the mapper is already specified in meltano.yml config), but it does not seems ideal?taylor
05/25/2022, 4:00 PMedgar_ramirez_mondragon
05/25/2022, 4:08 PMmeltano install
skips the mapper when mappings are declared: https://app.warp.dev/block/l8260OaP1EJ9LeBGhUM2IS.
If no mappings are declared, the plugin is correctly installed: https://app.warp.dev/block/YTUO3otJcXJuBPH2JJTqrd
The offending line is https://gitlab.com/meltano/meltano/-/blob/029077cfb7d198073beda42a44857f78b6274293/src/meltano/core/plugin_install_service.py#L415. cc @florian.hinesflorian.hines
05/25/2022, 5:09 PMflorian.hines
05/25/2022, 5:28 PM