Reuben (Matatika)
02/20/2025, 10:58 AMmapping
in the meltano.yml
for it to work with meltano run
mappers:
- name: mapper-fivetran
namespace: mapper_fivetran
variant: matatika
pip_url: -e /home/reuben/Documents/mappers/mapper-fivetran
mappings:
- name: fivetran
otherwise we get the error message block violates set requirements: Expected unique mappings name not the mapper plugin name: mapper-fivetran
. Would it be possible/does it makes sense to reference a mapper plugin with predefined behaviours directly like this?Edgar Ramírez (Arch.dev)
02/20/2025, 5:35 PMReuben (Matatika)
02/20/2025, 5:39 PMEdgar Ramírez (Arch.dev)
02/20/2025, 6:10 PMReuben (Matatika)
02/20/2025, 11:55 PMI think we had a GitHub issue for that,Might be this one? https://github.com/meltano/meltano/issues/3233 or at least part of it.
Reuben (Matatika)
02/20/2025, 11:56 PMmeltano invoke mapper
was already addressed by https://github.com/meltano/meltano/pull/7992.Edgar Ramírez (Arch.dev)
02/21/2025, 4:46 PMmeltano invoke <mapper>
actually worked! It doesn't seem to difficult then to do the same for mappers.Edgar Ramírez (Arch.dev)
02/21/2025, 4:53 PM