BigQuery plugin

Note

This is a legacy implementation of the BigQuery integration. We recommend using the BigQuery agent instead.

Installation

To install the BigQuery plugin, run the following command:

pip install flytekitplugins-bigquery

This plugin is purely a spec. Since SQL is completely portable, there is no need to build a Docker container.

Example usage

For a usage example, see the BigQuery example query page.

Flyte deployment configuration

BigQuery plugins are enabled in FlytePropeller’s config.

To run the BigQuery plugin on a Flyte cluster, you must configure it in your Flyte deployment. For more information, see the BigQuery plugin setup guide.