Connectors and Connections > Data Ingestion and Replication connection properties > Google BigQuery V2 connection properties
  

Google BigQuery V2 connection properties

Create a Google BigQuery V2 connection to securely read data from or write data to Google BigQuery.

Connect to Google BigQuery

Let's configure the Google BigQuery V2 connection properties to connect to Google BigQuery.

Before you begin

Before you configure a connection, ensure that you download the Google service account key file in JSON format. The service account key file is created when you create a Google service account.
You require the client email, private key, and project ID from the service account key JSON file to create a Google BigQuery connection.

Connection details

The following table describes the basic connection properties:
Property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Type
Google BigQuery V2
Runtime Environment
The name of the runtime environment where you want to run tasks.
You cannot run an application ingestion and replication task, database ingestion and replication task, or streaming ingestion and replication task on a Hosted Agent or serverless runtime environment.

Authentication types

You can configure Service Account or Workload Identity Federation authentication method to access Google BigQuery. When you use Workload Identity Federation authentication method, you can configure Okta as the identity provider.
Select the required authentication method and configure the authentication-specific parameters.
Default is Service Account authentication method.

Proxy server settings

If your organization uses an outgoing proxy server to connect to the Internet, the Secure Agent connects to Informatica Intelligent Cloud Services through the proxy server.
You can configure the Secure Agent to use the proxy server on Windows and Linux. You can use the unauthenticated or authenticated proxy server.
To configure the proxy settings for the Secure Agent, perform the following tasks:
The proxy settings configured in the proxy.ini configuration file are applicable at design time, and the proxy settings configured through the JVM options are applicable at runtime.

Configure proxy settings for NTLM authentication

You can use a proxy server that uses NTLM authentication to connect to Google BigQuery. To configure the proxy settings for NTLM authentication, perform the following steps:
  1. 1In Administrator, select Runtime Environments.
  2. 2Select the Secure Agent for which you want to configure from the list of available Secure Agents.
  3. 3In the upper-right corner, click Edit.
  4. 4In the System Configuration Details section, select the Type as DTM for the Data Integration Server.
  5. 5Edit the JVMOption1 and add the following value:
  6. -Dhttp.auth.ntlm.domain=<domain name>
  7. 6Select the Type as Platform for the Data Integration Server.
  8. 7Edit the INFA_DEBUG property and add the following value:
  9. -Dhttp.auth.ntlm.domain=<domain name>
  10. 8Click Save.
  11. 9Restart the Secure Agent.