mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-01 21:27:15 +00:00
37 lines
932 B
YAML
37 lines
932 B
YAML
source:
|
|
type: "cassandra"
|
|
config:
|
|
# Credentials for on prem cassandra
|
|
contact_point: "localhost"
|
|
port: 9042
|
|
username: "admin"
|
|
password: "password"
|
|
|
|
# SSL Configuration (optional)
|
|
#ssl_ca_certs: "/path/to/ca-certificate.pem"
|
|
#ssl_certfile: "/path/to/client-certificate.pem"
|
|
#ssl_keyfile: "/path/to/client-private-key.pem"
|
|
#ssl_version: "TLS_CLIENT" # Options: TLS_CLIENT, TLSv1, TLSv1_1, TLSv1_2, TLSv1_3
|
|
|
|
# Or
|
|
# Credentials Astra Cloud
|
|
#cloud_config:
|
|
# secure_connect_bundle: "Path to Secure Connect Bundle (.zip)"
|
|
# token: "Application Token"
|
|
|
|
# Optional Allow / Deny extraction of particular keyspaces.
|
|
keyspace_pattern:
|
|
allow: [".*"]
|
|
|
|
# Optional Allow / Deny extraction of particular tables.
|
|
table_pattern:
|
|
allow: [".*"]
|
|
|
|
# Optional
|
|
profiling:
|
|
enabled: true
|
|
profile_table_level_only: true
|
|
|
|
sink:
|
|
# config sinks
|