pip install openmetadata instead of pip install openmetadata-ingestion (#1669)

This commit is contained in:
Alberto Miorin 2021-12-10 10:55:35 +01:00 committed by GitHub
parent 6f0ef68701
commit ec7ff6fa13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):