2021-02-10 16:39:49 -08:00
|
|
|
run_id: mysql-test
|
|
|
|
|
2021-02-09 01:02:05 -08:00
|
|
|
source:
|
|
|
|
type: mysql
|
2021-02-12 12:05:41 -08:00
|
|
|
config:
|
2021-02-09 01:02:05 -08:00
|
|
|
username: root
|
|
|
|
password: example
|
|
|
|
database: metagalaxy
|
2021-05-17 19:45:34 -07:00
|
|
|
host_port: localhost:53307
|
2021-03-15 15:27:30 -07:00
|
|
|
schema_pattern:
|
|
|
|
allow:
|
|
|
|
- "^metagalaxy"
|
2021-07-30 17:41:03 -07:00
|
|
|
- "^northwind"
|
|
|
|
profile_pattern:
|
|
|
|
allow:
|
|
|
|
- "^northwind.*\$"
|
|
|
|
profiling:
|
|
|
|
enabled: True
|
2021-02-09 01:02:05 -08:00
|
|
|
|
|
|
|
sink:
|
|
|
|
type: file
|
2021-02-12 12:05:41 -08:00
|
|
|
config:
|
2021-03-15 15:27:30 -07:00
|
|
|
filename: "./mysql_mces.json"
|