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.10.1
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.10.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / flyteplugins_bigquery-2.10.1-py3-none-any.whl
| Download URL | flyteplugins_bigquery-2.10.1-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e1ddd5e7049b04ca1e439aaea62b4b14e6077371424879c0e896f9ab45d9fe2e
|
|
BLAKE2b-256 checksum How to use checksums |
5d15b4c4894e71c1fe08c713d0a74d89051ed4aa1f30adb4beea8aa9e2b71e6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|