CassandraConnection
Cassandra Connection Config
Properties
type
: Service Type. Refer to #/definitions/cassandraType. Default:"Cassandra"
.username
(string): Username to connect to Cassandra. This user should have privileges to read all the metadata in Cassandra.authType
: Choose Auth Config Type.- One of
- : Refer to ./common/basicAuth.json.
- : Refer to ./cassandra/cloudConfig.json.
- One of
hostPort
(string): Host and port of the Cassandra service when using thecassandra
connection scheme. Only host when using thecassandra+srv
scheme.databaseName
(string): Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name.supportsMetadataExtraction
: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.
Definitions
cassandraType
(string): Service type. Must be one of:["Cassandra"]
. Default:"Cassandra"
.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.