Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Himanshu committed May 15, 2024
1 parent e595ae9 commit 0f860a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mlflow_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<user>/<experiment_name>/
MLFLOW_EXPERIMENT_NAME="/Users/<user>/<experiment_name>/"
DATABRICKS_HOST = "https://dbc-1234567890123456.cloud.databricks.com" # set to your server URI
DATABRICKS_TOKEN = "dapixxxxxxxxxxxxx"
```

0 comments on commit 0f860a8

Please sign in to comment.