From ed3def7de287c64f58ecd5206b101b3322cb622b Mon Sep 17 00:00:00 2001 From: Shilpa V Date: Thu, 24 Mar 2022 14:00:47 +0000 Subject: [PATCH] GitBook: [#151] MSSQL Usage Edits --- .../connectors/mssql/redshift-usage.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/integrations/connectors/mssql/redshift-usage.md b/docs/integrations/connectors/mssql/redshift-usage.md index 8b374110707..f89fffb9559 100644 --- a/docs/integrations/connectors/mssql/redshift-usage.md +++ b/docs/integrations/connectors/mssql/redshift-usage.md @@ -8,22 +8,15 @@ description: >- ## **Requirements** -Using the OpenMetadata MSSQL Usage connector requires supporting services and software. Please ensure that your host system meets the requirements listed below. Then continue to follow the procedure for installing and configuring this connector. +Please ensure that your host system meets the requirements listed below. -### **OpenMetadata (version 0.8.0 or later)** +### **OpenMetadata (version 0.9.0 or later)** -You must have a running deployment of OpenMetadata to use this guide. OpenMetadata includes the following services: - -* OpenMetadata server supporting the metadata APIs and user interface -* Elasticsearch for metadata search and discovery -* MySQL as the backing store for all metadata -* Airflow for metadata ingestion workflows - -If you have not already deployed OpenMetadata, please follow the instructions to [Run OpenMetadata](https://docs.open-metadata.org/install/run-openmetadata) to get up and running. +To deploy OpenMetadata, follow the procedure [Try OpenMetadata in Docker](https://docs.open-metadata.org/install/run-openmetadata). ### **Python (version 3.8.0 or later)** -Please use the following command to check the version of Python you have. +Use the following command to check your Python version. ``` python3 --version