Hello,
I'm currently working on a Databricks Assets Bundle (DAB) that builds and deploys a Python wheel package. My goal is to deploy this package to a Volume so that other DAB jobs can use this common library.
I followed the documentation and successfully built the wheel package and used it within the same DAB. However, my intention is to create a single bundle that handles the package dependencies, allowing other jobs to utilize this library in their runs. This approach will help centralize functionality and reduce redundancy across jobs.
My question is: How can I upload the wheel artifacts to a Volume (using Unity Catalog) during a DAB run?
Any guidance or examples on how to achieve this would be greatly appreciated.
Thank you!