mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 16:08:23 +00:00
22 lines
441 B
YAML
22 lines
441 B
YAML
source:
|
|
type: presto
|
|
serviceName: local_presto
|
|
serviceConnection:
|
|
config:
|
|
type: Presto
|
|
hostPort: localhost:8080
|
|
catalog: tpcds
|
|
username: admin
|
|
password: password
|
|
databaseSchema: tpcds
|
|
sourceConfig:
|
|
config:
|
|
generateSampleData: false
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|