[Ultimate]{class="badge positive"}
Connect Google BigQuery to Experience Platform using the Flow Service API
Read this guide to learn how to connect your Google BigQuery database to ÃÛ¶¹ÊÓƵ Experience Platform using the .
Get started
This guide requires a working understanding of the following components of Experience Platform:
- Sources: Experience Platform allows data to be ingested from various sources while providing you with the ability to structure, label, and enhance incoming data using Experience Platform services.
- Sandboxes: Experience Platform provides virtual sandboxes which partition a single Experience Platform instance into separate virtual environments to help develop and evolve digital experience applications.
Using Experience Platform APIs
For information on how to successfully make calls to Experience Platform APIs, see the guide on getting started with Experience Platform APIs.
Gather required credentials
Read the Google BigQuery authentication guide for detailed steps on retrieving your Google BigQuery credentials.
Connect Google BigQuery to Experience Platform on Azure azure
Read the steps below for information on how to connect your Google BigQuery source to Experience Platform on Azure.
Create a base connection for Google BigQuery on Experience Platform on Azure azure-base
A base connection retains information between your source and Experience Platform, including your source’s authentication credentials, the current state of the connection, and your unique base connection ID. The base connection ID allows you to explore and navigate files from within your source and identify the specific items that you want to ingest, including information regarding their data types and formats.
To create a base connection ID, make a POST request to the /connections
endpoint while providing your Google BigQuery authentication credentials as part of the request parameters.
API format
POST /connections
accordion | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request | ||||||||||||||||
The following request creates a base connection for Google BigQuery using basic authentication.
|
accordion | ||
---|---|---|
Response | ||
A successful response returns details of the newly created connection, including its unique identifier (
|
accordion | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Request | ||||||||||||
The following request creates a base connection for Google BigQuery using service authentication:
|
accordion | ||
---|---|---|
Response | ||
A successful response returns details of the newly created connection, including its unique identifier (
|
Connect Google BigQuery to Experience Platform on Amazon Web Services (AWS) aws
Read the steps below for information on how to connect your Google BigQuery database to Experience Platform on AWS.
Create a base connection for Google BigQuery on Experience Platform on AWS
API format
POST /connections
Request
The following request creates a base connection to connect Google BigQuery to Experience Platform on AWS.
code language-shell |
---|
|
table 0-row-2 1-row-2 2-row-2 3-row-2 | |
---|---|
Property | Description |
auth.params.projectId |
The project ID of the default Google BigQuery project to query. against. |
auth.params.keyFileContent |
The key file that is used to authenticate the service account. You must encode the key file content in Base64. |
auth.params.datasetId |
The dataset ID that corresponds with your Google BigQuery source. This ID represents where the data tables are located. |
Response
A successful response returns details of the newly created connection, including its unique identifier (id
). This ID is required to explore your storage in the next tutorial.
code language-json |
---|
|
Next steps
By following this tutorial, you have created a Google BigQuery base connection using the Flow Service API. You can use this base connection ID in the following tutorials: