Introduction
Getting Started
You can easily launch this example in just 5 minutes.
Installation
MAC OS and Linux
Install Datachecks using the pip package manager. Below we are installing the package with the postgres extra, which is required for this example.
Quick Setup of Database & Test Data
Ignore if you already have a PostgreSql setup
Datachecks Configuration File
Create a configuration file dcs_config.yaml
with the following contents:
dcs_config.yaml
Run Datachecks
Datachecks can be run in two ways using the CLI or the Python API.
Run Datachecks in CLI
While running the above command, you should see the following output:
Generate Metrics Validation Report
You can generate a beautiful data quality report with all the metrics with just one command. This html report can be shared with the team.
Run Datachecks in Python
getting_started.py