31 lines
637 B
YAML
31 lines
637 B
YAML
|
|
source:
|
||
|
|
type: mysql
|
||
|
|
serviceName: atc_mysql
|
||
|
|
serviceConnection:
|
||
|
|
config:
|
||
|
|
type: Mysql
|
||
|
|
username: mo
|
||
|
|
authType:
|
||
|
|
password: Dell2026!
|
||
|
|
hostPort: 10.0.21.51:3306
|
||
|
|
databaseSchema: hr
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
type: Profiler
|
||
|
|
computeTableMetrics: true
|
||
|
|
computeColumnMetrics: false
|
||
|
|
useStatistics: true
|
||
|
|
threadCount: 5
|
||
|
|
processor:
|
||
|
|
type: orm-profiler
|
||
|
|
config: {}
|
||
|
|
sink:
|
||
|
|
type: metadata-rest
|
||
|
|
config: {}
|
||
|
|
workflowConfig:
|
||
|
|
openMetadataServerConfig:
|
||
|
|
hostPort: http://openmetadata-server:8585/api
|
||
|
|
authProvider: openmetadata
|
||
|
|
securityConfig:
|
||
|
|
jwtToken: "__JWT__"
|