Skip to content

Simple script for reading from Google BigQuery

Notifications You must be signed in to change notification settings

strise/bigquery-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple script for reading from Google BigQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages