mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 19:58:59 +00:00
* adding sql source + mysql * adding sql support * MSSQL support, basic integration test * file sink and pipeline context
10 lines
103 B
YAML
10 lines
103 B
YAML
---
|
|
source:
|
|
type: "mysql"
|
|
mysql:
|
|
username: datahub
|
|
password: datahub
|
|
|
|
sink:
|
|
type: "file"
|