https://github.com/strise/bigquery-reader
Simple script for reading from Google BigQuery
https://github.com/strise/bigquery-reader
Last synced: about 1 month ago
JSON representation
Simple script for reading from Google BigQuery
- Host: GitHub
- URL: https://github.com/strise/bigquery-reader
- Owner: strise
- Created: 2019-07-04T19:25:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T13:14:45.000Z (about 6 years ago)
- Last Synced: 2025-08-24T19:51:22.096Z (10 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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=.json
```
install the dependencies
```
pip install -r requirements.txt
```
and then execute the script
```
python run.py
```
which should print some sample data.