mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-31 17:37:50 +00:00
39 lines
815 B
JSON
39 lines
815 B
JSON
{
|
|
"source": {
|
|
"type": "bigquery",
|
|
"config": {
|
|
"project_id": "project_id",
|
|
"host_port": "https://bigquery.googleapis.com",
|
|
"username": "gcpuser@project_id.iam.gserviceaccount.com",
|
|
"service_name": "gcp_bigquery",
|
|
"service_type": "BigQuery"
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "pii",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest-tables",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api"
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
},
|
|
"cron": {
|
|
"minute": "*/5",
|
|
"hour": null,
|
|
"day": null,
|
|
"month": null,
|
|
"day_of_week": null
|
|
}
|
|
}
|