I am building a databricks app using databricks asset bundles. I need to use a helpers packages that i built as an artifact and using in other resources outside the app. The only way to use it is to have the built package inside the app source code folder and reference it in my requirements.txt file.
But the issue is it has to be tracked in my github repo and i want to avoid that.
Any idea on how to do it ? I'd appreciate the help!
Thank you!