mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-21 23:48:47 +00:00
Bigquery Config Fix (#4275)
This commit is contained in:
parent
093a146724
commit
596f3ed9ca
@ -6,19 +6,26 @@
|
||||
"config": {
|
||||
"type": "BigQuery",
|
||||
"enablePolicyTagImport": true,
|
||||
"credentialsType": "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": "clientX509CertUrl"
|
||||
"projectId":"project_id",
|
||||
"credentials":{
|
||||
"gcsConfig":{
|
||||
"type":"service_account",
|
||||
"projectId": "project_id",
|
||||
"privateKeyId": "private_key_id",
|
||||
"privateKey": "private_key",
|
||||
"clientEmail": "gcpuser@project_id.iam.gserviceaccount.com",
|
||||
"clientId": "client_id",
|
||||
"authUri": "https://accounts.google.com/o/oauth2/auth",
|
||||
"tokenUri": "https://oauth2.googleapis.com/token",
|
||||
"authProviderX509CertUrl": "https://www.googleapis.com/oauth2/v1/certs",
|
||||
"clientX509CertUrl": "clientX509CertUrl"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sourceConfig": {"config": {"enableDataProfiler": false}}
|
||||
"sourceConfig": {"config": {
|
||||
"enableDataProfiler": false
|
||||
}}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest",
|
||||
|
@ -5,20 +5,20 @@
|
||||
"serviceConnection": {
|
||||
"config": {
|
||||
"type": "BigQuery",
|
||||
"projectID": "project_id",
|
||||
"enablePolicyTagImport": true,
|
||||
"connectionOptions": {
|
||||
"credentials": {
|
||||
"type": "service_account",
|
||||
"project_id": "project_id",
|
||||
"private_key_id": "private_key_id",
|
||||
"private_key": "private_key",
|
||||
"client_email": "gcpuser@project_id.iam.gserviceaccount.com",
|
||||
"client_id": "client_id",
|
||||
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
||||
"token_uri": "https://oauth2.googleapis.com/token",
|
||||
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
||||
"client_x509_cert_url": ""
|
||||
"projectId":"project_id",
|
||||
"credentials":{
|
||||
"gcsConfig":{
|
||||
"type":"service_account",
|
||||
"projectId": "project_id",
|
||||
"privateKeyId": "private_key_id",
|
||||
"privateKey": "private_key",
|
||||
"clientEmail": "gcpuser@project_id.iam.gserviceaccount.com",
|
||||
"clientId": "client_id",
|
||||
"authUri": "https://accounts.google.com/o/oauth2/auth",
|
||||
"tokenUri": "https://oauth2.googleapis.com/token",
|
||||
"authProviderX509CertUrl": "https://www.googleapis.com/oauth2/v1/certs",
|
||||
"clientX509CertUrl": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user