Configure your GCP Credentials in the GBQ connector - Optional
Learn how to use your service account instead of Reltio's service account in the GCP project.
To configure your GCP Credentials:
PUT {dphUrl}/api/tenants/{tenantId}/adapters/bigquery/secrets
{
"reltio.datapipelinehub.adapters.bigquery.gcp.clientEmail": "data-pipeline-hub@idev-01.iam.gserviceaccount.com",
"reltio.datapipelinehub.adapters.bigquery.gcp.privateKey":"-----BEGIN PRIVATE KEY-----\nMII..."
}
Where dphUrl is your tenant environment-data-pipeline-hub.reltio.com. For example: test-usg-data-pipeline-hub.reltio.com.