
Query
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-dynamic
Definitions
io.kestra.plugin.cassandra.standard.CassandraDbSession
applicationNamestring
endpointsarray
io.kestra.plugin.cassandra.standard.CassandraDbSession-Endpoint
hostname*Requiredstring
Min length
1portintegerstring
Default
9042serverNamestring
localDatacenterstring
passwordstring
secureConnection
io.kestra.plugin.cassandra.standard.CassandraDbSession-SecureConnection
keystorePasswordstring
keystorePathstring
truststorePasswordstring
truststorePathstring
usernamestring
fetchTypestring
Default
NONEPossible Values
STOREFETCHFETCH_ONENONEOutputs
bytesinteger
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Format
uri