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.2.0.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file arcane_bigquery-1.2.0.tar.gz
.
File metadata
- Download URL: arcane_bigquery-1.2.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 120fe89a4fed373d6b4a592a470ebd4864c0ad8069fe6b4d045547f843298353 |
|
MD5 | 65b1eec747ab148477950fbe54eb1243 |
|
BLAKE2b-256 | a77c1a81fcaf68e62d2da55fd062f6c81845ad4ebc0c9676a59168699e2c637d |
File details
Details for the file arcane_bigquery-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: arcane_bigquery-1.2.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc1a8c0cefeb4df5ad0d5d7f3b2206a72738dffc73c495aa1805d83510cd232d |
|
MD5 | 824df58c0e33342a056cee949d361776 |
|
BLAKE2b-256 | 45865705e609b42d0fba3a6c2ba44280ef01b41c1ba02fafda080b10ac6beb58 |