mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +00:00
29 lines
803 B
JSON
29 lines
803 B
JSON
{
|
|
"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": {
|
|
"type": "DatabaseMetadata"
|
|
}
|
|
}
|
|
} |