Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2021 08:01 AM
Hello,
We have some Scala code which is compiled and published to an Azure DevOps Artifacts feed.
The issue is we're trying to now add this JAR to a Databricks job (through Terraform) to automate the creation.
To do this I'm trying to authenticate using a generated token but am now getting an error when trying to add the library:
Run result unavailable: job failed with error message
Library installation failed for library due to user error for maven {
coordinates: "groupId:artifactId:version"
repo: "https://user:token@ORG.pkgs.visualstudio.com/FEED_ID/_packaging/FEED_NAME/maven/v1"
}Any idea how to set this up properly? I know people have figured this out for PyPi but haven't found anything for Maven.
The other option is putting it on ADLS and adding it from there, but I'd prefer direct integration without a middle-man.
Labels:
- Labels:
-
Azure
-
Databricks Job