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

Built Distribution

google_cloud_bigquery_datatransfer-1.1.0-py2.py3-none-any.whl (78.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: google-cloud-bigquery-datatransfer-1.1.0.tar.gz
  • Upload date:
  • Size: 73.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.0

File hashes

Hashes for google-cloud-bigquery-datatransfer-1.1.0.tar.gz
Algorithm Hash digest
SHA256 71791a38a0ec535fdd4970d3403aa4cb2d9ca5c2729f80730858be2776b3c518
MD5 7eead53a82e7b8c9bbab2faba3cfde04
BLAKE2b-256 27a4c2731de31f4853f064bad7a6900c2315c71cb96443fe3098df8cf9d752c0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for google_cloud_bigquery_datatransfer-1.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 22c39309dd694f03dc626b6548989504985ad755aeee25c8cddfee373af4bec7
MD5 dc0e3b7936f44be301496814c26d2b03
BLAKE2b-256 a02a6479c9c8b9ac52b0a2987f86ca93c719025e133ffab112fd794184d666fc

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