Skip to content

Insert To BigQuery

Description

The Insert to BigQuery activity allows you to insert structured data into a specified table within a Google BigQuery dataset.

This activity is typically used to store processed or cleaned data for further querying, analytics, or archival in BigQuery—a highly scalable, serverless data warehouse by Google Cloud.

Use this activity to:

  • Insert transformed data into BigQuery tables
  • Store data for BI dashboards or long-term analytics
  • Build a pipeline that automatically sends data to the warehouse after processing

Use case:
After transforming product and sales data using DataTransforms like Group Longtail Valuesetc.. , this activity can insert the cleaned results into a BigQuery table for analytics and reporting via tools like Looker Studio or Power BI.

Input

TypeRequired
Value1Yes

Output

Output TypeFormatDescription
DataTableA reflection of the inserted data for verification or downstream use

Configuration Fields

Field NameDescription
ConnectionSelect a Google BigQuery connection. Required for authentication.
ProjectGoogle Cloud project ID where the dataset resides.
DatasetThe BigQuery dataset to insert data into.
TableThe BigQuery table within the dataset where the data will be inserted.

Sample Input

customer_idcustomer_nameregiontotal_spent
C001AliceNorth-East5400
C002BobWest3200

Sample Configuration

FieldValue
connection.idgoogle-bigquery-conn
projectsales-analytics-project
datasetcustomer_insights
tablemonthly_sales_summary

Sample Output

customer_idcustomer_nameregiontotal_spent
C001AliceNorth-East5400
C002BobWest3200