diff --git a/docs/mlflow_integration.md b/docs/mlflow_integration.md index efae29dca..6fff69c5f 100644 --- a/docs/mlflow_integration.md +++ b/docs/mlflow_integration.md @@ -60,7 +60,7 @@ pip install databricks-sdk Set the following environment variables in your `.env` file: ```bash MLFLOW_TRACKING_URI="databricks" # set to databricks -MLFLOW_EXPERIMENT_NAME="/Users/// +MLFLOW_EXPERIMENT_NAME="/Users///" DATABRICKS_HOST = "https://dbc-1234567890123456.cloud.databricks.com" # set to your server URI DATABRICKS_TOKEN = "dapixxxxxxxxxxxxx" ``` \ No newline at end of file