From bd8f5e00387fc9cacb9d1f995edacb69d3280ee6 Mon Sep 17 00:00:00 2001 From: Dhruvin Maniar Date: Mon, 7 Aug 2023 22:30:27 +0530 Subject: [PATCH] [Fix] Docs update to 1.1.1 version --- .../v1.1.1/deployment/upgrade/upgrade-prerequisites-111.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmetadata-docs/content/partials/v1.1.1/deployment/upgrade/upgrade-prerequisites-111.md b/openmetadata-docs/content/partials/v1.1.1/deployment/upgrade/upgrade-prerequisites-111.md index ad40067e5918..155d54bff44c 100644 --- a/openmetadata-docs/content/partials/v1.1.1/deployment/upgrade/upgrade-prerequisites-111.md +++ b/openmetadata-docs/content/partials/v1.1.1/deployment/upgrade/upgrade-prerequisites-111.md @@ -27,7 +27,7 @@ You can learn more about how the migration process works [here](/deployment/upgr ```python python -m venv venv source venv/bin/activate -pip install openmetadata-ingestion~=1.1.0 +pip install openmetadata-ingestion~=1.1.1 ``` Validate the installed metadata version with `python -m metadata --version` @@ -87,7 +87,7 @@ For example, if you are upgrading the server to the version `x.y.z`, you will ne pip install openmetadata-ingestion[]==x.y.z ``` -The `plugin` parameter is a list of the sources that we want to ingest. An example would look like this `openmetadata-ingestion[mysql,snowflake,s3]==1.1.0`. +The `plugin` parameter is a list of the sources that we want to ingest. An example would look like this `openmetadata-ingestion[mysql,snowflake,s3]==1.1.1`. You will find specific instructions for each connector [here](/connectors). ## 1.1.1 - Stable Release 🎉