OSError
when accessing MLflow experiment artifacts
Problem
You get an OSError: No such file or directory
error message when trying to download or log artifacts using one of the following:
MlflowClient.download_artifacts()
mlflow.[flavor].log_model()
mlflow.[flavor].load_model()
mlflow.log_artifacts()
OSError: No such file or directory: '/dbfs/databricks/mlflow-tracking/<experiment-id>/<run-id>/artifacts/...'