Skip to main content

BigQuery Data Transfer API client library

Project description

GA pypi versions

The BigQuery Data Transfer API allows users to transfer data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.

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 the BigQuery Data Transfer API.

  3. 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-datatransfer

Windows

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

Example Usage

DataTransferServiceClient

from google.cloud import bigquery_datatransfer_v1

client = bigquery_datatransfer_v1.DataTransferServiceClient()

parent = client.location_path('[PROJECT]', '[LOCATION]')


# Iterate over all results
for element in client.list_data_sources(parent):
    # process element
    pass

# Or iterate over results one page at a time
for page in client.list_data_sources(parent).pages:
    for element in page:
        # process element
        pass

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-datatransfer-1.0.0.tar.gz (73.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

google_cloud_bigquery_datatransfer-1.0.0-py2.py3-none-any.whl (78.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file google-cloud-bigquery-datatransfer-1.0.0.tar.gz.

File metadata

  • Download URL: google-cloud-bigquery-datatransfer-1.0.0.tar.gz
  • Upload date:
  • Size: 73.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for google-cloud-bigquery-datatransfer-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6eae79e6950f70d48b0578ae95f93530b4eac28216b96e2279cb2f94c5f2ba33
MD5 df797854795bc5ccb59ac155886e3fb1
BLAKE2b-256 922517f5885c8d8e0d4fcf1ee9154377487f3180d455260fb2d3431b787d72fc

See more details on using hashes here.

File details

Details for the file google_cloud_bigquery_datatransfer-1.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: google_cloud_bigquery_datatransfer-1.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 78.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for google_cloud_bigquery_datatransfer-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a101d5acc2cf18b2239ff2f297d3b82d1124eff5b9911470c91ae9d82c5c8a9a
MD5 21028e6d64702d53cce2c015823ee30a
BLAKE2b-256 0e5e4d274827685003aa3faaed6849386c4cd4f37ce48d5b18c5f1fe5e8a21be

See more details on using hashes here.

Supported by

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