Hi I have a question about custom tap development....
# singer-tap-development
e
Hi I have a question about custom tap development. I am currently using a custom tap hosted on an internal private repository. Why is it that for a custom tap, I must define
namespace
,
settings
, etc. Whereas with something like
tap-postgres
, i simply have to install the plugin and then I do not have to define these things. I have configured my
config_jsonschema
in my custom taps
tap.py
, but this does not seem to get picked up by meltano.