Override google bigquery python client
Project description
Arcane bigquery
This package is based on google-cloud-bigquery.
Get Started
pip install arcane-bigquery
Example Usage
from arcane import bigquery
client = bigquery.Client()
dataset_ref = client.dataset('name')
dataset = bigquery.Dataset(dataset_ref)
dataset.location = 'US'
dataset = client.create_dataset(dataset)
Create clients with credentials:
from arcane import bigquery
# Import your configs
from configure import Config
client = bigquery.Client.from_service_account_json(Config.KEY, project=Config.GCP_PROJECT)
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
arcane_bigquery-1.1.3.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for arcane_bigquery-1.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 958f290f53a0c6244d303d6426826e2983de282b92ace5095eb6fb83e5d08adf |
|
MD5 | 6773d36f0f36643149fa4a9e726d7260 |
|
BLAKE2b-256 | 1f2f1280178857dd43a9f55a55e164732897eaa4c3fb5b8c83bf0cc0bb4bb8b0 |