From a31ff291d48791e10be1d906b91d732b6c4af785 Mon Sep 17 00:00:00 2001 From: Parth Panchal Date: Wed, 15 Dec 2021 06:14:44 +0000 Subject: [PATCH] GitBook: [#2] Changed MlFlow to MLflow --- docs/SUMMARY.md | 2 +- docs/connectors/mlflow.md | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index dfa54cde511..1c526f5fd5d 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -17,7 +17,7 @@ * [Kafka](openmetadata/connectors/kafka.md) * [Looker](openmetadata/connectors/looker.md) * [MariaDB](connectors/mariadb.md) - * [MlFlow](connectors/mlflow.md) + * [MLflow](connectors/mlflow.md) * [MsSQL](openmetadata/connectors/mssql.md) * [MySQL](openmetadata/connectors/mysql.md) * [Oracle](openmetadata/connectors/oracle.md) diff --git a/docs/connectors/mlflow.md b/docs/connectors/mlflow.md index c05e1efcd3a..baeb246cef2 100644 --- a/docs/connectors/mlflow.md +++ b/docs/connectors/mlflow.md @@ -1,8 +1,8 @@ --- -description: This guide will help install the MlFlow connector and run it manually +description: This guide will help install the MLflow connector and run it manually --- -# MlFlow +# MLflow {% hint style="info" %} **Prerequisites** @@ -43,12 +43,12 @@ metadata ingest -c ./examples/workflows/mlflow.json ``` {% endcode %} -1. **tracking\_uri** - MlFlow server containing the tracking information of runs and experiments ([docs](https://mlflow.org/docs/latest/tracking.html#)). +1. **tracking\_uri** - MLflow server containing the tracking information of runs and experiments ([docs](https://mlflow.org/docs/latest/tracking.html#)). 2. **registry\_uri** - Backend store where the Tracking Server stores experiment and run metadata ([docs](https://mlflow.org/docs/latest/tracking.html#id14)). ## Publish to OpenMetadata -Below is the configuration to publish MlFlow data into the OpenMetadata service. +Below is the configuration to publish MLflow data into the OpenMetadata service. Add optionally `pii` processor and `metadata-rest` sink along with `metadata-server` config @@ -74,6 +74,5 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser } } } - ``` {% endcode %}