Skip to main content

A wrapper for simplified BigQuery using google.cloud

Project description

A wrapper on the bigquery libraries for simple access

Google install

''' pip install google pip install google-api-python-client pip install --upgrade google-api-python-client pip3 install --upgrade oauth2client

pip install --upgrade google-cloud pip install --upgrade google-cloud-bigquery

gcloud auth application-default login

gcloud init '''

Install with pip

pip install bigquerydave

import to your python script

from bigquerydave_package.bigquerydave import gcp

from bigquerydave_package.bigquerydave import bq

try methods

gcp().list_gcp_projects()

bq().list_bq_datasets()

bq().list_bq_tables('watchful-lotus-364517.dave')

bq().estimate_query('SELECT CURRENT_TIMESTAMP')

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

bigquerydave_package-1.0.1.tar.gz (147.6 kB view hashes)

Uploaded Source

Built Distribution

bigquerydave_package-1.0.1-py3-none-any.whl (35.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