Hi! I recently added the <meltano-map-transformer>...
# plugins-general
a
Hi! I recently added the meltano-map-transformer mapper to my project which has been (mostly) working as expected in the original project (where I ran
meltano 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?