Private package installation using DAB on job cluster

sandy311
New Contributor III

I'm using a .whl job to upload and install a package on a job cluster using DAB. However, I'm facing an issue with a private package from Azure Artifacts. It works fine when running in CI or Azure DevOps pipelines because the PAT token is available as an environment variable. But when running the job through DAB, it fails to install the dependent private package due to authentication issues and im using `uv` to build package and dependency

sandeepss