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-2.3.2.tar.gz
(2.4 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
File details
Details for the file arcane_bigquery-2.3.2.tar.gz.
File metadata
- Download URL: arcane_bigquery-2.3.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a229df940ec997e9b8a0d12b0da442600c9f4c68b95955f6457cbaf9294c5dc
|
|
| MD5 |
0230489355f66205bd7e388723fe66fc
|
|
| BLAKE2b-256 |
4b653085ed29f2bfcf44e9edc24e5a1bf405682a12a5c66478d15801c095a03c
|
File details
Details for the file arcane_bigquery-2.3.2-py3-none-any.whl.
File metadata
- Download URL: arcane_bigquery-2.3.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1758b3841750368f007ce0aaede213c0af46216105b2adb3a2fff652367362c9
|
|
| MD5 |
3173a9939d37b87d06394350d997164d
|
|
| BLAKE2b-256 |
61a279f0abdf1770d5331b7f80587e0649e14ecae7e9f2516e3772c7acca258c
|