With plugin inheritance, is `meltano install` supp...
# plugins-general
m
With plugin inheritance, is
meltano install
supposed to create separate installations for each inherited plugin? I have one tap that needs different configurations, so I used
inherit_from
in the
meltano.yml
file, but when I run
meltano install
, it installs three plugins (
tap-s3
,
tap-s3-foo
, and
tap-s3-bar
) Am I doing something wrong, or is it intentional that it does separate installations?
d
@michael_cooper You're not doing anything wrong, that's the way it works today. Improving this is tracked in https://gitlab.com/meltano/meltano/-/issues/2490 🙂