2022-05-17 18:12:18 +05:30

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