1. I like the idea of `meltano.yml`, (and particu...
# singer-tap-development
s
1. I like the idea of
meltano.yml
, (and particularly of using
meltano invoke tap-foo --select stream_name
to test streams), but am I supposed to be using a system install of Meltano, or should it be from within the virtual environment for the tap? For example, should I have
meltano
as a
[tool.poetry.dev-dependencies]
? Or should I install as a system and use the
./tap-foo.sh
script to run?