Experiment warning when custom artifact storage location is used

Resolve experiment warnings when a custom artifact storage location is used instead of the MLflow managed location.

Written by Adam Pavlacka

Last published at: May 16th, 2022

Problem

When you create an MLflow experiment with a custom artifact location, you get the following warning:

Custom artifact location warning error message.

Cause

MLflow experiment permissions (AWS | Azure | GCP) are enforced on artifacts in MLflow Tracking, enabling you to easily control access to datasets, models, and other files.

MLflow cannot guarantee the enforcement of access controls on artifacts stored in custom locations.

Solution

Databricks recommends using the default artifact location when creating an MLflow experiment.

The default storage location is backed by access controls.

Was this article helpful?