BigQuery
This page describes how to integrate Tableflow with Google BigQuery so that you can query Iceberg tables created by WarpStream directly in BigQuery.
Prerequisites
1. Create the BigQuery Dataset
bq mk --dataset --location=<gcs_bucket_region> <project_id>:<dataset_id>2. Grant IAM Permissions
Role
Purpose
3. Add Table Configuration
Top-Level Defaults (bigquery_defaults)
bigquery_defaults)Field
Description
Per-Table Configuration (bigquery_table_config)
bigquery_table_config)Field
Description
4. Query the Data
Last updated
Was this helpful?