Easily integrate data in BigQuery
Project description
PyGBQ
Easily integrate data in BigQuery
Example
The following snippet
from pygbq import gbq, set_dataset
set_dataset('Finance')
@gbq(how='replace')
def transactions(start_date):
data = ...
return data
if __name__ == "__main__":
transactions("2020-11-25")
will (re)create table Finance.transactions in your default project.
Install and set up
pip install pygbq
Set up the authentication.
Documentation
- gbq - main decorator
- update_table_using_temp - if you want to use the decorator as a function
- table - friendly interface to get a table from BigQuery
- set_dataset - set default dataset in the project
- MyError - if you need to return a value with Flask
- read_jsonl - read newline delimited json
- generate_schema - might be useful for the first integration when you want to see schema
- get_secret - get a secret version from Secret Manager
- add_secret - add a secret version to Secret Manager
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygbq-0.14.tar.gz
(9.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pygbq-0.14-py3-none-any.whl
(10.8 kB
view details)
File details
Details for the file pygbq-0.14.tar.gz.
File metadata
- Download URL: pygbq-0.14.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cb461eaf5e4c7c66ee5fc453b451a11f389b09c537f4ce0f4abbb235df124f6
|
|
| MD5 |
e024615cb41f1f6a5de4310176821af2
|
|
| BLAKE2b-256 |
f0e88c66411a59f6e9d90a431d58e3493443f86bf9e9fdd4ea38a8eb6fd6fd8f
|
File details
Details for the file pygbq-0.14-py3-none-any.whl.
File metadata
- Download URL: pygbq-0.14-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af098e0886e04c777c996f6a88d2544d150f6f20baa7149b90d28eed32350c92
|
|
| MD5 |
3848985bfee1c7e029d680014f20cac4
|
|
| BLAKE2b-256 |
6ba97d1060f91ca1e9781fe04375912f9484bc23fa6024218c294e09dcb57e7c
|