mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-04 03:15:27 +00:00
pip install openmetadata instead of pip install openmetadata-ingestion (#1669)
This commit is contained in:
parent
6f0ef68701
commit
ec7ff6fa13
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user