mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +00:00
23 lines
494 B
YAML
23 lines
494 B
YAML
source:
|
|
type: pinotdb
|
|
serviceName: local_pinotdb
|
|
serviceConnection:
|
|
config:
|
|
type: PinotDB
|
|
username: ''
|
|
password: ''
|
|
hostPort: localhost:8000
|
|
pinotControllerHost: http://localhost:9000/
|
|
connectionOptions: {}
|
|
connectionArguments: {}
|
|
sourceConfig:
|
|
config:
|
|
enableDataProfiler: false
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|