Preview Flyte 2 for productionHosted on Union.ai

This is the Flyte SDK (v2) version of this plugin. The Flytekit version is available as flytekitplugins-bigquery.

BigQuery

BigQuery

flyteplugins-bigquery

Flyte SDK (v2)Databases & Warehousesbigquerygooglesqlwarehouseconnector

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

Install
pip install flyteplugins-bigquery

Quick Start(example, may need adjustment)

See full examples
pip install flyteplugins-bigquery

from flytekit import task, workflow
from flyteplugins.bigquery import BigQueryConfig, BigQueryTask, BigQueryConnector

@task(task_config=BigQueryTask(...))
def my_task() -> None:
    ...

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (3)

configBigQueryConfig

Configuration for a BigQuery task.

extends dataclass — configuration or data structure for plugin setup

from flyteplugins.bigquery import BigQueryConfig

taskBigQueryTask

Task for BigQuery.

from flyteplugins.bigquery import BigQueryTask

connectorBigQueryConnector

Backend connector for BigQuery.

from flyteplugins.bigquery import BigQueryConnector

Related Plugins

Package Info

Min Flyte SDK
Modules3

Downloads

Last day68
Last week298
Last month854