Skip to main content

BigQuery plugin for flyte

Project description

BigQuery Plugin for Flyte

This plugin provides BigQuery integration for Flyte, enabling you to run BigQuery queries as Flyte tasks.

Installation

pip install flyteplugins-bigquery

Usage

from flyteplugins.bigquery import BigQueryConfig, BigQueryTask

config = BigQueryConfig(ProjectID="my-project", Location="US")
task = BigQueryTask(
    name="my_query",
    query_template="SELECT * FROM dataset.table WHERE id = {{ .user_id }}",
    plugin_config=config,
    inputs={"user_id": int},
)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

flyteplugins_bigquery-2.0.0b56-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file flyteplugins_bigquery-2.0.0b56-py3-none-any.whl.

File metadata

File hashes

Hashes for flyteplugins_bigquery-2.0.0b56-py3-none-any.whl
Algorithm Hash digest
SHA256 d3904cfb0d869cf30a506857f0b2668a41a6da075fce8844bb81464d14eaf00c
MD5 843952337e334998598739b2ea2c4d75
BLAKE2b-256 8042f376a335d92c3ecd472c293e75231c1966dd5df5d9141f14a1c91c4dac1e

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