mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
19 lines
337 B
YAML
19 lines
337 B
YAML
source:
|
|
type: trino
|
|
config:
|
|
# Coordinates
|
|
host_port: localhost:5300
|
|
database: dbname
|
|
|
|
# Credentials
|
|
username: foo
|
|
password: datahub
|
|
|
|
# If you need to connect to Trino over http and not https, uncomment this section.
|
|
# options:
|
|
# connect_args:
|
|
# http_scheme: http
|
|
|
|
sink:
|
|
# sink configs
|