Hello @arne_c,

I’m working on creating a Python package that I will host on Azure DevOps. The idea is to download the package when creating different Jobs, and the way you solved the problem is exactly what I intend to use

From what I’ve seen among the proposed approaches, using compute policies seems to be the best practice for this. I wanted to ask how you resolved the issue—did you keep the Temporary declaration, or did you end up approaching it differently?

I’d like to mention that I intend to use Databricks Asset Bundles for the creation of these Jobs.

Thanks in advance, and best regards.