I'm building a tap and ready to test it. It's on m...
# getting-started
a
I'm building a tap and ready to test it. It's on my local system in a virtual environment. Question is, how do I configure
meltano.yaml
so that extractor plugin uses that? Is the idea to use
pip_url
? When I use
pip_url: -e ../../tap-path
it says it is not known to Meltano.
I also tried using pip_url to github repo but it reports that the extractor is not known to Meltano
e
Hi @adam_morris. Did you add the tap to
meltano.yml
manually or using the CLI
meltano add --custom
? You may be missing the
namespace
field in your plugin definition