mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-30 12:59:51 +00:00
41 lines
937 B
YAML
41 lines
937 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"
|
|
- "^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:
|
|
sales:
|
|
allow:
|
|
- "^metagalaxy"
|
|
sink:
|
|
type: file
|
|
config:
|
|
filename: "./mysql_mces.json"
|