mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 12:16:10 +00:00
17 lines
470 B
YAML
17 lines
470 B
YAML
source:
|
|
type: vertexai
|
|
config:
|
|
project_id: "acryl-poc"
|
|
region: "us-west2"
|
|
# You must either set GOOGLE_APPLICATION_CREDENTIALS or provide credential as shown below
|
|
# credential:
|
|
# private_key: '-----BEGIN PRIVATE KEY-----\\nprivate-key\\n-----END PRIVATE KEY-----\\n'
|
|
# private_key_id: "project_key_id"
|
|
# client_email: "client_email"
|
|
# client_id: "client_id"
|
|
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: "http://localhost:8080"
|