Skip to content

thinkingmachines/bqtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bqtest

bqtest is a CLI tool and python library for data warehouse testing in BigQuery.

Specifically, it supports:

  • Unit testing of BigQuery views and queries
  • Data testing of BigQuery tables

Usage

bqtest datatest cloversense-dashboard.data_tests.basic_wagers_data_tests secrets/key.json

Development

Install package:

pip install .

Refresh package without dependencies:

pip install --upgrade --no-deps .