https://github.com/riju18/dataquality-with-greatexpectations
https://github.com/riju18/dataquality-with-greatexpectations
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/riju18/dataquality-with-greatexpectations
- Owner: riju18
- Created: 2024-06-22T13:06:11.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2024-08-10T07:46:36.000Z (9 months ago)
- Last Synced: 2025-01-28T12:44:29.550Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataQuality-With-GreatExpectations
# How to start
+ make a python venv
```sh
python3 -m venv venv_name
```+ activate the env
+ linux/mac
```sh
source venv_name/bin/activate
```
+ install libraries
```sh
pip3 install -r requirements.txt
```+ clone the repo
+ run ```csv_data_validate.py```# Fresh start
+ [quickStart](https://docs.greatexpectations.io/docs/oss/tutorials/quickstart)
+ [All validations API](https://greatexpectations.io/expectations/?banner=false)# Postgres Connection
+ rename the ```.env_sample``` to ```.env```
+ run the ```*.py``` file