VISHAL KUMAR ef3b9489aa
feat(ingest/vertica): performance improvement and bug fixes (#8328)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2023-08-01 19:34:35 +05:30

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