Private package installation using DAB on job cluster
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 11:59 AM
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