Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 407 Bytes

File metadata and controls

15 lines (10 loc) · 407 Bytes

data-check

Data-Check allows you to compare 2 tables / views or SQL queries in BigQuery and nicely output differences for you to review data changes and share these insights.

For those who were using Data-Diff from Datafold, it's a similar tool 😉

Installation

# Create python env (i.e. 3.11)

pip install -r requirements.txt
pip install -e .
streamlit run data_check/streamlit_app.py