Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 370 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 370 Bytes

Google BigQuery Reader

Simple utility for showing how to read data from Google BigQuery using Python 3.

Run by first defining your credentials

export GOOGLE_APPLICATION_CREDENTIALS=<your_credentials>.json

install the dependencies

pip install -r requirements.txt

and then execute the script

python run.py

which should print some sample data.