Hello, team! I want to use two different variant o...
# plugins-general
s
Hello, team! I want to use two different variant of target-csv.
name: target-csv
variant: meltanolabs
and
name: target-csv
variant: hotgluexyz
Is there anyway to not skip neither of them and install both of them when I do meltano install? this is my meltano.yml :
Copy code
loaders:
  - name: target-csv--hotglue
    inherit_from: target-csv
    variant: hotgluexyz
    pip_url: git+<https://github.com/hotgluexyz/target-csv.git>
  - name: target-csv--meltano
    inherit_from: target-csv
    variant: meltanolabs
    pip_url: git+<https://github.com/MeltanoLabs/target-csv.git>
I would be happy if someone can help me :)
v
install both seperately as custom plugins
inherit's from with different variants doesn't work super well
There's an issue in and I don't recall all the details just trying to get you a quick fix!
s
Thank you Derek... I will give it a shot
np 1