Google BigQuery
Last updated
Was this helpful?
Last updated
Was this helpful?
is Google's data warehouse that enables scalable analysis over data. This integration allows pushing your specific input properties, or all of them, to BigQuery.
The Google BigQuery destination provides the following key features:
Events structure: our feeds BigQuery, meaning that your data is properly bridged to the expected fields in an optimized way.
Universal schema: store events data without adjusting BigQuery's schema.
Data control: input your properties or just check a box to send them all to BigQuery.
First, you need to create a BigQuery table, with a specific universal schema, for storing raw data into it. See the following two subsections for a complete walkthrough.
Access to locate your (1)
project identifier and click (2)
the three dots
on the right. Select (3)
Create dataset
from the menu or, alternatively, you can use an existing dataset and jump to the .
Input a (4)
dataset identifier (E.g. "myDatasetId"), select a (5)
location type and click (6)
CREATE DATASET
.
Create a table with the following structure:
rawDataCa
String
Required
createdAt
Timestamp
Required
The esiest way to create it is to click (7)
the plus
button:
copy and paste the following query in (8)
the input area:
and then click the (9)
RUN
button.
Authentication
Required
Your credentials with Google as set in the Commanders Act interface following: Administration
➜ Connector Credentials
➜ Add connector credentials
➜ BigQuery
Project Id
Dataset Id
Table Id
Send all properties to BigQuery
Flag this option to send all properties to BigQuery.
Properties to include
When Send all properties to BigQuery
is not checked, you can input the property names to be sent to BigQuery.
[Any events]
[1]
rawDataCa
, createdAt
[2]
Required
Select your project identifier from the dropdown menu as reported in BigQuery console. More details are available following this .
Required
Select your dataset identifier as reported in BigQuery console. More details are available following this .
Required
Select table identifier as reported in BigQuery console. More details are available following this .
[1] Use to specify your matching events.
[2] Two columns: rawDataCa
contains your event properties, while createdAt
is the creation timestamp.