Sorry, one more question. Is it possible to use pr...
# ask-community-for-troubleshooting
m
Sorry, one more question. Is it possible to use private singer tap for airbyte (given that we convert it) or does it have to be a public singer tap?
l
Yes. Check out the documentation here: https://docs.airbyte.io/integrations/custom-connectors#developing-your-own-connector As long as your connector image exists in an image repository that the Airbyte server can access, you can use that connector.
🙏 1
m
Following up on this - for the
setup.py
specifically
install_require
, how should we pass in the install to the private singer tap in github?
u