Query
yaml
type: "io.kestra.plugin.cassandra.standard.query"
Examples
yaml
id: cassandra_standard_query
namespace: company.team
tasks:
- id: query
type: io.kestra.plugin.cassandra.standard.Query
session:
endpoints:
- hostname: localhost
secureConnection:
truststorePath: path to .crt file
truststorePassword: truststore_password
keystorePath: path to .jks file
keystorePassword: keystore_password
username: cassandra_user
password: cassandra_passwd
cql: SELECT * FROM CQL_KEYSPACE.CQL_TABLE
fetchType: FETCH
Properties
cql *Requiredstring
session *RequiredNon-dynamicCassandraDbSession
fetchType string
Default
NONE
Possible Values
STORE
FETCH
FETCH_ONE
NONE
Outputs
bytes integer
row object
rows array
SubType object
size integer
uri string
Format
uri
Definitions
io.kestra.plugin.cassandra.standard.CassandraDbSession-SecureConnection
keystorePassword string
keystorePath string
truststorePassword string
truststorePath string
io.kestra.plugin.cassandra.standard.CassandraDbSession-Endpoint
hostname *Requiredstring
Min length
1
port integerstring
Default
9042