From ec7ff6fa1367da0259f061bed2115a08ccbeb2e9 Mon Sep 17 00:00:00 2001 From: Alberto Miorin <32617+amiorin@users.noreply.github.com> Date: Fri, 10 Dec 2021 10:55:35 +0100 Subject: [PATCH] pip install openmetadata instead of pip install openmetadata-ingestion (#1669) --- ingestion/src/metadata/ingestion/source/sql_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/src/metadata/ingestion/source/sql_source.py b/ingestion/src/metadata/ingestion/source/sql_source.py index 363d8195f44..95f53475035 100644 --- a/ingestion/src/metadata/ingestion/source/sql_source.py +++ b/ingestion/src/metadata/ingestion/source/sql_source.py @@ -160,7 +160,7 @@ class SQLSource(Source[OMetaDatabaseAndTable]): except Exception: logger.error( "DataProfiler configuration is enabled. Please make sure you ran " - "pip install 'openmetadata[data-profiler]'" + "pip install 'openmetadata-ingestion[data-profiler]'" ) def prepare(self):