Skip to main content

Google Cloud Storage Connector for Google BigQuery

Project description


BQGCS
===================================
| Google Cloud Storage Connector for Google BigQuery.

Getting Started
--------
.. code:: bash

pip install bqgcs

How to Use
--------
.. code:: python

import bqgcs
from google.cloud import bigquery, storage

gcs = storage.Client()
blob = gcs.bucket("<<bucket_name>>").blob("<<blob_name>>")
bqgcs.query_to_gcs("SELECT * FROM 'project.dataset.table'", blob)

bq = bigquery.Client()
table = bq.dataset("<<dataset>>").table("<<table>>")
bqgcs.gcs_to_bq(blob, table)


License
--------
MIT


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bqgcs-0.1.5.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

bqgcs-0.1.5-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 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