Hi <@U06BX9QQ4A3> what is the recommendation to ...
# troubleshooting
m
Hi @edgar_ramirez_mondragon what is the recommendation to maintain a custom tap created by SDK. should it be part of the meltano project under the extract folder or should it be outside of the meltano project?
e
Hey @mahesh_kalani! That's a good question. If it's not public, then putting it under
extract/
is fine. Otherwise it makes sense for it to leave outside of the project, and the project referencing it with
pip_url
pointing to the repo or the package name.
m
great
thanks