Join Slack
Powered by
This is probably not a Meltano thing, but I can't ...
# plugins-general
m
michael_cooper
10/19/2020, 9:03 PM
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
julian_knight
10/20/2020, 2:20 AM
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
michael_cooper
10/21/2020, 3:34 PM
I did. Turns out I was missing the
<http://MANIFEST.in|MANIFEST.in>
file. Thank you!
Open in Slack
Previous
Next