Synadia Connect

GCP BigQuery

NAMERUNTIMETYPEVERSIONSTATUS
gcp_bigquerywombatsinklatestpreview

Sends messages as new rows to a Google Cloud BigQuery table.

Configuration

nametypeoptionalsecretdescription
projectstringnonoGCP project where the query job will execute.
credentials_jsonstringnonoJSON credentials for authenticating with GCP.
datasetstringnonoThe BigQuery Dataset ID
tablestringnonoThe BigQuery Table ID to insert rows into.
write_policystringyesnoThe write policy to use when inserting rows. The value should be one of WRITE_APPEND, WRITE_TRUNCATE or WRITE_EMPTY. The value defaults to WRITE_APPEND.
create_policystringyesnoThe create policy to use when inserting rows. The value should be one of CREATE_IF_NEEDED or CREATE_NEVER. The value defaults to CREATE_IF_NEEDED.
Previous
Azure Table Storage