mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-15 09:26:09 +00:00
* fixes to bigquery connector * Rebase with main Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"source": {
|
|
"type": "bigquery",
|
|
"serviceName": "local_bigquery",
|
|
"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": ""
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sourceConfig": {"config": {"enableDataProfiler": false}}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|