Skip to main content

Google BigQuery

Google BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data. BigQuery is a part of the Google Cloud Platform.

Installation and Setup

First, you need to install google-cloud-bigquery python package.

pip install google-cloud-bigquery

Document Loader

See a usage example.

from langchain.document_loaders import BigQueryLoader

API Reference: