mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-12 03:33:40 +00:00

Co-authored-by: Aseem Bansal <asmbansal2@gmail.com> Co-authored-by: Tamas Nemeth <treff7es@gmail.com> Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
15 lines
263 B
YAML
15 lines
263 B
YAML
source:
|
|
type: mysql
|
|
config:
|
|
username: root
|
|
password: example
|
|
host_port: localhost:53307
|
|
database: northwind
|
|
profiling:
|
|
enabled: True
|
|
profile_table_level_only: true
|
|
sink:
|
|
type: file
|
|
config:
|
|
filename: "./mysql_mces.json"
|