mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 23:48:19 +00:00
* Update storage connection naming * Update storage services and remove typing of generic service * Remove inits for namespace package * Add test connection * Revert "Remove inits for namespace package" This reverts commit 89f1ae9ea8a633593776f51caf2586d2110d4636. * Add enum * Remove init to allow namespace packaging in some modules * Remove init to allow namespace packaging in some modules * Move examples and fix test * Format * Linting
31 lines
920 B
YAML
31 lines
920 B
YAML
source:
|
|
type: bigquery
|
|
serviceName: local_bigquery
|
|
serviceConnection:
|
|
config:
|
|
type: BigQuery
|
|
taxonomyProjectID: [ project-id-where-policy-tags-exist ]
|
|
credentials:
|
|
gcpConfig:
|
|
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: https://www.googleapis.com/oauth2/v1/certs
|
|
|
|
sourceConfig:
|
|
config:
|
|
type: DatabaseMetadata
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|