2022-03-09 12:29:58 -05:00
|
|
|
run_id: mysql-test
|
|
|
|
|
|
|
|
source:
|
|
|
|
type: mysql
|
|
|
|
config:
|
|
|
|
username: root
|
|
|
|
password: example
|
|
|
|
database: metagalaxy
|
|
|
|
database_alias: foogalaxy
|
|
|
|
host_port: localhost:53307
|
|
|
|
schema_pattern:
|
|
|
|
allow:
|
|
|
|
- "^metagalaxy"
|
|
|
|
- "^northwind"
|
|
|
|
- "^datacharmer"
|
|
|
|
- "^test_cases"
|
|
|
|
profile_pattern:
|
|
|
|
allow:
|
|
|
|
- "^northwind"
|
|
|
|
- "^datacharmer"
|
|
|
|
- "^test_cases"
|
|
|
|
profiling:
|
|
|
|
enabled: True
|
|
|
|
include_field_null_count: true
|
|
|
|
include_field_min_value: true
|
|
|
|
include_field_max_value: true
|
|
|
|
include_field_mean_value: true
|
|
|
|
include_field_median_value: true
|
|
|
|
include_field_stddev_value: true
|
|
|
|
include_field_quantiles: true
|
|
|
|
include_field_distinct_value_frequencies: true
|
|
|
|
include_field_histogram: true
|
|
|
|
include_field_sample_values: true
|
|
|
|
domain:
|
2022-07-11 09:37:38 -07:00
|
|
|
"urn:li:domain:sales":
|
2022-03-09 12:29:58 -05:00
|
|
|
allow:
|
|
|
|
- "^metagalaxy"
|
|
|
|
sink:
|
|
|
|
type: file
|
|
|
|
config:
|
|
|
|
filename: "./mysql_mces_dbalias.json"
|