29 lines
802 B
JSON
Raw Normal View History

2021-08-01 14:27:44 -07:00
{
"type": "bigquery",
"serviceName": "sample_data",
"serviceConnection": {
"config": {
"type": "BigQuery",
"hostPort": "localhost:1234",
"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"
}
}
}
},
"sourceConfig": {
"config": {
"enableDataProfiler": false
}
2021-08-01 14:27:44 -07:00
}
}