mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-24 22:52:09 +00:00
27 lines
559 B
YAML
27 lines
559 B
YAML
|
|
source:
|
||
|
|
type: trino
|
||
|
|
serviceName: local_trino
|
||
|
|
serviceConnection:
|
||
|
|
config:
|
||
|
|
type: Trino
|
||
|
|
hostPort: localhost:8080
|
||
|
|
username: user
|
||
|
|
catalog: tpcds
|
||
|
|
database: tiny
|
||
|
|
connectionOptions: {}
|
||
|
|
connectionArguments: {}
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
enableDataProfiler: true
|
||
|
|
generateSampleData: false
|
||
|
|
tableFilterPattern:
|
||
|
|
includes:
|
||
|
|
- customer.*
|
||
|
|
sink:
|
||
|
|
type: metadata-rest
|
||
|
|
config: {}
|
||
|
|
workflowConfig:
|
||
|
|
openMetadataServerConfig:
|
||
|
|
hostPort: http://localhost:8585/api
|
||
|
|
authProvider: no-auth
|