mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-13 04:02:34 +00:00
17 lines
474 B
YAML
17 lines
474 B
YAML
# see https://docs.datahub.com/docs/metadata-ingestion/source_docs/vertica for complete documentation
|
|
# TODO: create vertica doc page
|
|
source:
|
|
type: "vertica"
|
|
config:
|
|
host_port: localhost:5433
|
|
database: database_name
|
|
username: username
|
|
password: password
|
|
include_views: true
|
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: "http://localhost:8080"
|