cancel
Showing results for 
Search instead for 
Did you mean: 
Support FAQs
Find answers to common questions and troubleshoot issues with Databricks support FAQs. Access helpful resources, tips, and solutions to resolve technical challenges and enhance your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 
Adam_Pavlacka
Databricks Employee
Databricks Employee

The trace indicates a statusCode=401 error caused by com.databricks.mlflowdbfs.MlflowHttpException.

You need to disable mlflowdbfs in the environment variable before executing log_model()

Example code: 

import os
os.environ["DISABLE_MLFLOWDBFS"] = "True"
Version history
Last update:
‎01-10-2024 05:00 PM
Updated by:
Contributors