From 0f860a8f2cd175054a8595b475f6fe4c6da54870 Mon Sep 17 00:00:00 2001 From: Im-Himanshu Date: Wed, 15 May 2024 17:29:35 +0530 Subject: [PATCH] missing comma --- docs/mlflow_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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