File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # bigquery-python-tutorial
1+ # Google Big Query: Python SDK Tutorial
2+
3+
4+ ![ Python] ( https://img.shields.io/badge/Python-v^3.7-blue.svg?logo=python&longCache=true&logoColor=white&colorB=23a8e2&style=flat-square&colorA=36363e )
5+ ![ Google Cloud BigQuery] ( https://img.shields.io/badge/google--cloud--bigquery-v1.11.2-blue.svg?logo=Google&longCache=true&logoColor=white&colorB=23a8e2&style=flat-square&colorA=36363e )
6+ ![ Google Cloud Storage] ( https://img.shields.io/badge/Google--Cloud--Storage-v1.15.0-blue.svg?logo=Google&longCache=true&logoColor=white&colorB=23a8e2&style=flat-square&colorA=36363e )
7+ ![ Pprint] ( https://img.shields.io/badge/Pprint-v0.1-blue.svg?logo=python&longCache=true&logoColor=white&colorB=23a8e2&style=flat-square&colorA=36363e )
8+ ![ GitHub Last Commit] ( https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=36363e )
9+ [ ![ GitHub Issues] ( https://img.shields.io/github/issues/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=36363e )] ( https://github.com/hackersandslackers/bigquery-python-tutorial/issues )
10+ [ ![ GitHub Stars] ( https://img.shields.io/github/stars/toddbirchard/tableau-extraction.svg?style=flat-square&colorB=e3bb18&colorA=36363e )] ( https://github.com/hackersandslackers/bigquery-python-tutorial/stargazers )
11+ [ ![ GitHub Forks] ( https://img.shields.io/github/forks/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=36363e )] ( https://github.com/hackersandslackers/bigquery-python-tutorial/network )
Original file line number Diff line number Diff line change 1+ cachetools == 3.1.0
2+ certifi == 2019.3.9
3+ chardet == 3.0.4
4+ google-api-core == 1.9.0
5+ google-auth == 1.6.3
6+ google-cloud-bigquery == 1.11.2
7+ google-cloud-core == 0.29.1
8+ google-cloud-storage == 1.15.0
9+ google-resumable-media == 0.3.2
10+ googleapis-common-protos == 1.5.9
11+ idna == 2.8
12+ pprint == 0.1
13+ protobuf == 3.7.1
14+ pyasn1 == 0.4.5
15+ pyasn1-modules == 0.2.4
16+ pytz == 2019.1
17+ requests == 2.21.0
18+ rsa == 4.0
19+ six == 1.12.0
20+ urllib3 == 1.24.2
You can’t perform that action at this time.
0 commit comments