yaml
type: "io.kestra.plugin.cassandra.standard.Query"
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
Definitions
applicationNamestring
endpointsarray
hostname*Requiredstring
Min length1
portintegerstring
Default9042
serverNamestring
localDatacenterstring
passwordstring
secureConnection
keystorePasswordstring
keystorePathstring
truststorePasswordstring
truststorePathstring
usernamestring
DefaultNONE
Possible Values
STOREFETCHFETCH_ONENONE
SubTypeobject
Formaturi