Hi mates!
I'n my company, we are moving our pipelines to Databricks bundles, our pipelines use a notebook that receives some parameters.
This notebook uses a custom python package to apply the business logic based on the parameters that receive.
The thing is, in bundles, we can use our custom package but only for python wheel tasks... Is there a way to use it in a notebook task?
Thanks!