BigQuery Writer
Insert data into Google BigQuery tables
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
Connect Google account
Go to Builder → Integrations → Google and authenticate
Add the BigQuery Writer node
Find it in Integrations → Google → BigQuery
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"
}