Skip to main content

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


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.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

arcane_bigquery-1.1.0-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page