1 min read

BigQuery Insert Rows

Overview

The BigQuery Insert Rows node inserts data into a BigQuery table. It uses SQL INSERT for standard workloads and falls back to the streaming insert API for large datasets (>5000 rows). Supports auto-creating the dataset and table if they don't exist.

Category

BigQuerybigquery/insertRows

Settings

SettingTypeDefaultDescription
projectIdStringGCP project ID
datasetIdStringBigQuery dataset ID
tableIdStringBigQuery table ID
autoCreateTableBooleanfalseCreate dataset + table if they don't exist

Inputs & Outputs

Integration Requirement

Requires an active BigQuery integration configured in Settings → Integrations.