mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-05 08:07:04 +00:00
16 lines
256 B
YAML
16 lines
256 B
YAML
source:
|
|
type: oracle
|
|
config:
|
|
# Coordinates
|
|
host_port: localhost:5432
|
|
database: dbname
|
|
|
|
# Credentials
|
|
username: user
|
|
password: pass
|
|
|
|
# Options
|
|
service_name: svc # omit database if using this option
|
|
|
|
sink:
|
|
# sink configs |