mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 05:26:19 +00:00
26 lines
541 B
Markdown
26 lines
541 B
Markdown
---
|
|
This guide will help you setup the Data Profiler
|
|
---
|
|
|
|

|
|
|
|
OpenMetadata Data profiler to collect measurements on various data sources
|
|
publishes them to OpenMetadata. This framework runs the tests and profiler
|
|
|
|
**Prerequisites**
|
|
|
|
- Python >= 3.8.x
|
|
|
|
### Install From PyPI
|
|
|
|
```text
|
|
python3 -m pip install --upgrade pip wheel setuptools openmetadata-dataprofiler
|
|
```
|
|
|
|
#### Generate Redshift Data
|
|
|
|
```text
|
|
openmetadata profiler -c ./examples/workflows/redshift.json
|
|
```
|
|
|