mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 19:25:56 +00:00
21 lines
398 B
YAML
21 lines
398 B
YAML
source:
|
|
type: vertica
|
|
config:
|
|
# Coordinates
|
|
host_port: localhost:5433
|
|
database: DATABASE_NAME
|
|
|
|
# Credentials
|
|
username: "${VERTICA_USER}"
|
|
password: "${VERTICA_PASSWORD}"
|
|
|
|
include_tables: true
|
|
include_views: true
|
|
include_projections: true
|
|
include_models: true
|
|
include_view_lineage: true
|
|
include_projection_lineage: true
|
|
|
|
sink:
|
|
# sink configs
|