Sajjad
10/22/2024, 2:55 PMname: 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 :
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 :)visch
10/22/2024, 2:59 PMvisch
10/22/2024, 3:00 PMvisch
10/22/2024, 3:00 PMSajjad
10/22/2024, 3:25 PM