Sergio Gómez Villamor dd7bead514
fix(profiles): prevent NoneType exception when profiling empty datasets (#3144)
Co-authored-by: Sergio Gómez <sergio.gomez.villamor@adevinta.com>
2021-08-23 13:49:51 -07:00

26 lines
441 B
YAML

run_id: mysql-test
source:
type: mysql
config:
username: root
password: example
database: metagalaxy
host_port: localhost:53307
schema_pattern:
allow:
- "^metagalaxy"
- "^northwind"
- "^test_cases"
profile_pattern:
allow:
- "^northwind.*\$"
- "^test_cases.*\$"
profiling:
enabled: True
sink:
type: file
config:
filename: "./mysql_mces.json"