mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-12 11:40:53 +00:00
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"
|