Files
atc-agents/deploy/openmetadata/ingest/mysql_classify.yaml
T

33 lines
692 B
YAML
Raw Normal View History

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__"