24 lines
389 B
YAML
Raw Normal View History

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
host_port: localhost:53307
schema_pattern:
allow:
- "^metagalaxy"
- "^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:
filename: "./mysql_mces.json"