Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 706 Bytes

DEVELOPMENT.md

File metadata and controls

43 lines (28 loc) · 706 Bytes

BigQuery Views Manager (Development)

You can choose to use a virtual environment or Docker.

Using virtual environment

Pre-requisites (VENV)

Build (VENV)

make dev-venv

Test (VENV)

make dev-test

Docker (CI)

Pre-requisites (Docker)

Build (Docker)

make build-dev

Test (Docker)

make test