Artifact location in project.json #399
-
Hi there! I am in contact with one of the Databricks Architects about whether it is possible to configure the artifact_location var in the project.json to an Azure DevOps Artifact Feed, so that the whl file is stored in the Feed, and not in Databricks’ local dbfs. Has this been done before, and if so, how to configure it (also taken into account authentication), so that DBX will write to the DevOps Artifact Feed, and read and installed onto the cluster when the actual deployed job is launched. Kind regards, Bram |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi @BramLangelaar1,
If you would like to store your package in Azure Artifacts and use it in your jobs, a slightly different approach is required:
|
Beta Was this translation helpful? Give feedback.
hi @BramLangelaar1,
artifact_location
means a slightly different thing in this context.dbx
uses MLflow as an artifact location by default to store assets for dbx deploy, launch and execute.If you would like to store your package in Azure Artifacts and use it in your jobs, a slightly different approach is required: