Sriharsha Chintalapani 4f57677b79
Update README.md
2021-11-02 19:32:41 -07:00

26 lines
541 B
Markdown

---
This guide will help you setup the Data Profiler
---
![Python version 3.8+](https://img.shields.io/badge/python-3.8%2B-blue)
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
```