This is probably not a Meltano thing, but I can't ...
# plugins-general
m
This is probably not a Meltano thing, but I can't seem to get Meltano to pull my custom tap's schemas when pulling from a remote repo. It pulls all the other files from the remote repo, but not the schemas folder.
j
This is probably a pip thing, do you have the folder listed in setup.py? https://github.com/fixdauto/tap-mixpanel/blob/66b94900a61168de19faf205deb32ca97d3f536d/setup.py#L24
m
I did. Turns out I was missing the
<http://MANIFEST.in|MANIFEST.in>
file. Thank you!