2021-08-01 14:27:44 -07:00
|
|
|
{
|
2022-04-12 10:10:59 +02:00
|
|
|
"type": "bigquery",
|
|
|
|
|
"serviceName": "sample_data",
|
|
|
|
|
"serviceConnection": {
|
|
|
|
|
"config": {
|
|
|
|
|
"type": "BigQuery",
|
2022-04-18 19:00:36 +02:00
|
|
|
"hostPort": "localhost:1234",
|
2022-04-19 12:31:34 +02:00
|
|
|
"credentials": {
|
|
|
|
|
"gcsConfig": {
|
|
|
|
|
"type": "service_account",
|
|
|
|
|
"projectId": "projectID",
|
|
|
|
|
"privateKeyId": "privateKeyId",
|
|
|
|
|
"privateKey": "privateKey",
|
|
|
|
|
"clientEmail": "clientEmail",
|
|
|
|
|
"clientId": "clientId",
|
|
|
|
|
"authUri": "https://accounts.google.com/o/oauth2/auth",
|
|
|
|
|
"tokenUri": "https://oauth2.googleapis.com/token",
|
|
|
|
|
"authProviderX509CertUrl": "https://www.googleapis.com/oauth2/v1/certs",
|
|
|
|
|
"clientX509CertUrl": "https://cert.url"
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-04-12 10:10:59 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sourceConfig": {
|
|
|
|
|
"config": {
|
|
|
|
|
"enableDataProfiler": false
|
|
|
|
|
}
|
2021-08-01 14:27:44 -07:00
|
|
|
}
|
|
|
|
|
}
|