Contains scripts for interacting with Google BigQuery
-
Your environment must be setup with authentication information. If you're running in your local development environment and you have the Google Cloud SDK installed, you can do this easily by running:
$ gcloud init
-
To use python scripts, Python 2.7.x and python-pip is required :
$ sudo apt-get install python-pip
-
Ensure the BigQuery API client library for python is up to date :
$ pip install --upgrade google-api-python-client
-
Install dependencies in
requirements.txt
:$ pip install -r requirements.txt