Skip to main content

BigQuery Storage API API client library

Project description

ga pypi versions

BigQuery Storage API:

Quick Start

In order to use this library, you first need to go through the following steps:

  1. Select or create a Cloud Platform project.

  2. Enable billing for your project.

  3. Enable the BigQuery Storage API.

  4. Setup Authentication.

Installation

Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.

With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.

Supported Python Versions

Python >= 3.5

Deprecated Python Versions

Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

Mac/Linux

pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-bigquery-storage

Windows

pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-bigquery-storage

Optional Dependencies

Several features of google-cloud-bigquery-storage require additional dependencies.

  • Parse Avro blocks in a read_rows() stream using fastavro.

    pip install google-cloud-bigquery-storage[fastavro]

  • Write rows to a pandas dataframe.

    pip install google-cloud-bigquery-storage[pandas,fastavro]

Next Steps

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

google-cloud-bigquery-storage-1.1.2.tar.gz (109.5 kB view details)

Uploaded Source

Built Distribution

google_cloud_bigquery_storage-1.1.2-py2.py3-none-any.whl (135.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file google-cloud-bigquery-storage-1.1.2.tar.gz.

File metadata

File hashes

Hashes for google-cloud-bigquery-storage-1.1.2.tar.gz
Algorithm Hash digest
SHA256 ab9dfaa0915bad3f33cca4b6a96b489eaf0d0d0446f896f19138db00939b814c
MD5 8805955cb194767a7ef1b4c684d8ea31
BLAKE2b-256 08a261b8e04203bfbe5b29776ba17b0dd1696160140c052f2f91b39d444e82d5

See more details on using hashes here.

Provenance

File details

Details for the file google_cloud_bigquery_storage-1.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for google_cloud_bigquery_storage-1.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a0b49b7dfc6b96af7a3cdb038dc9c0328c6a7a46e5cc641e75a1c97e6f17e5a1
MD5 262b3eaa75571c1cdb49b7c1a2ab6576
BLAKE2b-256 b0d69541c07faf2ea844bcf2353d55f3e9789acb5f12407f637138827fcf2bb6

See more details on using hashes here.

Provenance

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