mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-07 08:48:03 +00:00
42 lines
975 B
YAML
42 lines
975 B
YAML
![]() |
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:
|
||
|
sales:
|
||
|
allow:
|
||
|
- "^metagalaxy"
|
||
|
sink:
|
||
|
type: file
|
||
|
config:
|
||
|
filename: "./mysql_mces_dbalias.json"
|