2 Home
gitea_admin edited this page 2026-03-11 14:36:28 +00:00

Google Big Query Sink

Send data to a Google Big Query table.

The data must be JSON format to represent an object or an array of objects.

Metadata

Property Value
Type sink
Group Google Big Query
Namespace GCP
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
projectId string The Google Cloud Project ID.
dataset string The Big Query Dataset ID.
table string The Big Query Table ID.
serviceAccountKey binary The service account key to use as credentials for the BigQuery Service. You must encode this value in base64.

Dependencies

  • camel:core
  • camel:kamelet
  • camel:google-bigquery
  • camel:jackson