Skip to main content

What does this node do?

The BigQuery Writer node inserts data into BigQuery tables. Use it to store workflow results, sync data, or build data pipelines.

Quick setup

1

Connect Google account

Go to Builder → Integrations → Google and authenticate
2

Add the BigQuery Writer node

Find it in IntegrationsGoogleBigQuery
3

Configure project and table

Specify your project ID, dataset, table name, and data to insert

Configuration

project_id
string
required
Google Cloud project ID.
dataset
string
required
BigQuery dataset name.
table
string
required
Table name.
data
array
required
Data to insert as array of objects.

Output

{
  "inserted_rows": 100,
  "status": "success"
}