项目作者: thinkingmachines

项目描述 :
Unit testing for BigQuery
高级语言: Python
项目地址: git://github.com/thinkingmachines/bqtest.git
创建时间: 2018-07-25T07:58:10Z
项目社区:https://github.com/thinkingmachines/bqtest

开源协议:GNU General Public License v3.0

下载


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

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

Development

Install package:

  1. pip install .

Refresh package without dependencies:

  1. pip install --upgrade --no-deps .