peter_s
10/10/2023, 2:08 AMmeltano-map-transformer
with Meltano v3? I get the error:
Mapper 'meltano-map-transformer' is not known to Meltano. Try running `meltano lock --update --all` to ensure your plugins are up to date.
when I try to install the mapper, or when I try to run meltano lock --update --all
. Both of these commands work with v2.20.0 but break with v3.1.0. Similarly, if the transformer is already installed, I can run a job containing a mapper with v2.20.0 but not if I then upgrade to v3.1.0.edgar_ramirez_mondragon
10/10/2023, 5:41 PMmeltano.yml
look like?peter_s
10/10/2023, 5:47 PMmappers:
- name: meltano-map-transformer
pip_url: "git+<https://github.com/MeltanoLabs/meltano-map-transform.git>"
executable: meltano-map-transform
mappings:
- name: rename_column
config:
stream_maps:
demographics:
foo_text: foo
foo: null
edgar_ramirez_mondragon
10/10/2023, 5:52 PMmeltano lock --update --all
on that with Meltano 3.1 🤔peter_s
10/10/2023, 5:54 PMedgar_ramirez_mondragon
10/10/2023, 5:55 PMpeter_s
10/10/2023, 6:07 PMmeltano lock --update --all
now succeeds for me with 3.1, but:
meltano install mappers
still produces the error. Does that command work for you? With 3.1 I also still get the error if I try to run a task containing a mapper.edgar_ramirez_mondragon
10/10/2023, 6:16 PMmeltano install
and meltano install mappers
do fail. I wonder if it's related to changes made in https://github.com/meltano/meltano/pull/7992.peter_s
10/10/2023, 6:37 PMAmbiguous mapping name
bug that occurs with mapper config inheritance.