BigQuery connector

Installation

To install the BigQuery connector, run the following command:

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

Example usage

For an example query, see BigQuery connector example usage

Local testing

To test the BigQuery connector locally, create a class for the connector task that inherits from AsyncConnectorExecutorMixin. This mixin can handle asynchronous tasks and allows the SDK to mimic the system’s behavior in calling the connector.

For more information, see Testing connectors locally.

In some cases, you will need to store credentials in your local environment when testing locally.