mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-09 10:12:20 +00:00
30 lines
716 B
YAML
30 lines
716 B
YAML
run_id: mysql-test
|
|
|
|
source:
|
|
type: mysql
|
|
config:
|
|
username: root
|
|
password: example
|
|
host_port: localhost:53307
|
|
database: northwind
|
|
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:
|
|
"urn:li:domain:sales":
|
|
allow:
|
|
- "^northwind"
|
|
sink:
|
|
type: file
|
|
config:
|
|
filename: "./mysql_mces.json"
|