33 lines
692 B
YAML
33 lines
692 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: AutoClassification
|
||
|
|
enableAutoClassification: true
|
||
|
|
storeSampleData: true
|
||
|
|
confidence: 80
|
||
|
|
tableFilterPattern:
|
||
|
|
includes:
|
||
|
|
- employee_events
|
||
|
|
processor:
|
||
|
|
type: orm-profiler
|
||
|
|
config: {}
|
||
|
|
sink:
|
||
|
|
type: metadata-rest
|
||
|
|
config: {}
|
||
|
|
workflowConfig:
|
||
|
|
openMetadataServerConfig:
|
||
|
|
hostPort: http://openmetadata-server:8585/api
|
||
|
|
authProvider: openmetadata
|
||
|
|
securityConfig:
|
||
|
|
jwtToken: "__JWT__"
|