Quick Question: I have a custom tap (`tap-custom`)...
# troubleshooting
e
Quick Question: I have a custom tap (
tap-custom
) that I am installing through a private
pip_url
. When I use
-name: tap-custom
, Meltano tells me “Extractor ‘tap-custom’ is not known to Meltano”. However, if I keep the
pip_url
the same but change the tap name to be
tap-gitlab
, the install works with the correct files. Verified by looking in
.meltano
folder. Any ways around this or have I just set up my meltano project incorrectly? SOLVED: Had to add
namespace: tap_custom
.
Interestingly, when calling
meltano config tap-gitlab
I get the config of gitlab.