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},
)
Release files for flyteplugins-bigquery 2.6.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| flyteplugins_bigquery-2.6.8-py3-none-any.whl | Python 3 | none | any | Details |
Release files / flyteplugins_bigquery-2.6.8-py3-none-any.whl
| Download URL | flyteplugins_bigquery-2.6.8-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
06bf64220d14d36c70c523271f62ed5e79d748292b4a2c133a777dba96a3da9e
|
|
BLAKE2b-256 checksum How to use checksums |
2678c3324b9143258be9775f4a042d061cf514ca67959af935b92d74d997090b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|