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
|
2021-05-17 19:45:34 -07:00
|
|
|
host_port: localhost:53307
|
2022-08-26 23:17:49 +05:30
|
|
|
database: northwind
|
2021-07-30 17:41:03 -07:00
|
|
|
profiling:
|
|
|
|
enabled: True
|
2021-12-18 02:17:25 +01:00
|
|
|
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
|
2022-02-07 18:51:49 +01:00
|
|
|
domain:
|
2022-07-11 09:37:38 -07:00
|
|
|
"urn:li:domain:sales":
|
2022-02-07 18:51:49 +01:00
|
|
|
allow:
|
2022-08-26 23:17:49 +05:30
|
|
|
- "^northwind"
|
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"
|